Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4263 by [email protected]: Key signatures in temporary staves cause incorrect extra space in main staff
https://code.google.com/p/lilypond/issues/detail?id=4263

Creating temporary staves as described in the NR to create ossias causes LilyPond to reserve extra space for their key signatures, even though it's not needed. The attached file and image demonstrate the problem with line endings and whole measure rest positioning.

This can be worked around using

\once \set Score.explicitKeySignatureVisibility = ##(#f #f #t)

at the line end and

\override MultiMeasureRest.spacing-pair = #'(staff-bar . staff-bar)

for the whole measure rests.  However, this is suboptimal.

Attachments:
        TempStaffProb.png  15.8 KB
        TempStaffProb.ly  953 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to