lilypond-user
[Top][All Lists]
Advanced

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

Re: Desired: text spanner to end at the end of the bar, not at the begin


From: Jean Abou Samra
Subject: Re: Desired: text spanner to end at the end of the bar, not at the beginning of the bar
Date: Wed, 23 Mar 2022 23:39:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0



Le 23/03/2022 à 23:36, Kenneth Wolcott a écrit :
Hi;

   I see the following snippet that displays the hairpin at the end of
the bar instead of the beginning of the bar.

\relative c'' {
   e4\< e2.
   e1\!
   \override Hairpin.to-barline = ##f
   e4\< e2.
   e1\!
}

   Is there something similar to instruct Lilypond to extend the text
spanner to the end of the bar rather than the beginning of the bar?

Thanks,
Ken Wolcott


It works the same.

\version "2.22.2"

{
  \override TextSpanner.to-barline = ##t
  \once \override TextSpanner.bound-details.left.text = "Foo"
  8\startTextSpan 8 8 8 8 8 8 8
  1\stopTextSpan
}


Best,
Jean





reply via email to

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