Adam Spiers-5 wrote
How can I put text *after* a staff? I.e. directly to the right of the final barline?


And here is another way:
\version "2.16.2"
{
 \repeat unfold 44 R1
 \bar "|."
 % after final barline:
\stopStaff \once \override TextScript #'Y-offset = #-0.5 s1^"text at the right"
}

The -0.5 value centres it vertically; feel free to change this.

Cheers, Robin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to