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: Kenneth Wolcott
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 15:47:35 -0700

Thanks, Jean!

On Wed, Mar 23, 2022 at 3:39 PM Jean Abou Samra <jean@abou-samra.fr> wrote:
>
>
>
> 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]