lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tie shape


From: Pieter Terpstra
Subject: Tie shape
Date: Tue, 19 Dec 2017 17:26:21 -0800
User-agent: KNode/4.14.10

Dear people,
Another question.
Trying to change the shape of the tie in such a way that the c note becomes 
free from the tie overlap.
The \Shape command works on the lowest tie but not on the next?
To add the \Shape command a second time makes no difference.

Here is the example:
\score {
  \relative c' {
    g'16\rest 
  \shape #'((0 . 0) (0 . -1) (0 . -1) (0 . 0)) Tie
  \set tieWaitForNote = ##t
  b,~
  \shape #'((-3 . 0) (0 . -3) (0 . -3) (0 . 0)) Tie
  d~ g~ s8 c ~ s4 <b, d g c>
  }
}

Kindly,

   Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]