lilypond-user
[Top][All Lists]
Advanced

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

Re: trill spanner over whole note


From: Jean Abou Samra
Subject: Re: trill spanner over whole note
Date: Tue, 8 Jun 2021 00:12:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1



Le 08/06/2021 à 00:09, Molly Preston a écrit :
I don't want it through the end of the score. I just want it through the end of the next measure.
Sorry, I misunderstood the question. What is wrong with this?


\version "2.22.0"

\new Staff {
  r2 r4 c'~\startTrillSpan |
  c'1 \< |
  d'1\f\stopTrillSpan  |
}

Maybe what you want is to-barline?


\version "2.22.0"

\new Staff {
  r2 r4 c'~\tweak to-barline ##t \startTrillSpan |
  c'1 \< |
  d'1\f\stopTrillSpan  |
}

Best,
Jean



reply via email to

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