lilypond-user
[Top][All Lists]
Advanced

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

Re: system separator markup position


From: Neil Thornock
Subject: Re: system separator markup position
Date: Wed, 7 Jan 2015 12:57:45 -0700

I found a kludge-solution:

I created a new top staff, created a 0-line staff, removed all the other stencils, and then placed that staff directly overlapping with the top of the tall staff with explicit positioning. Whew! It works well enough.

On Wed, Jan 7, 2015 at 11:59 AM, Neil Thornock <address@hidden> wrote:
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]