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