lilypond-user
[Top][All Lists]
Advanced

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

Re: text to the *right* of staves?


From: Robin Bannister
Subject: Re: text to the *right* of staves?
Date: Wed, 14 Aug 2013 15:59:29 +0200

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




reply via email to

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