lilypond-user
[Top][All Lists]
Advanced

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

system separator markup position


From: Neil Thornock
Subject: system separator markup position
Date: Wed, 7 Jan 2015 11:59:33 -0700

In the following snippet, I've created an extra-tall staff, which is messing with the placement of the system separator markup.

Is there some way around this? Like moving the position of the system separator or assigning some different Y-extent to something?

%%%%%%%%%%%%
\paper { system-separator-markup = \slashSeparator }

<< {
    \override Staff.StaffSymbol #'line-positions = #'(14 -14)
    c'1 \break
    c'
}
{ c'1 c' }
>>                

reply via email to

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