lilypond-user
[Top][All Lists]
Advanced

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

Vertical positioning of temporary staves


From: Phil Holmes
Subject: Vertical positioning of temporary staves
Date: Thu, 16 Apr 2015 09:59:00 +0100

Using the code below, I get the temporary staves vertically offset, as shown
in the attached image. It appears that they are avoiding each others'
non-existent horizontal extent. Is there any was of lining them up
vertically?

\new Staff = "Permanent"
\relative c'' {
c c c c
<<
{
c c c c
}
\new Staff \with {
\remove "Time_signature_engraver"
alignAboveContext = #"Permanent"
\override StaffSymbol #'staff-space = #(magstep -3)
fontSize = #-2
}
{
c c c c
}
>>
c c c c
<<
{
c c c c
}
\new Staff \with {
\remove "Time_signature_engraver"
alignAboveContext = #"Permanent"
\override StaffSymbol #'staff-space = #(magstep -3)
fontSize = #-2
}
{
c c c c
}
>>
c c c c
}

Attachment: TempStaffTest.png
Description: PNG image


reply via email to

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