Status: Accepted
Owner: ----
Labels: Type-Ugly
New issue 2837 by [email protected]: SlurStubs take up space in
surprising ways
http://code.google.com/p/lilypond/issues/detail?id=2837
This is likely to get fixed depending on how issue 2810 is resolved, but
just in case it confuses people in the meantime,
\version "2.17.2"
\new PianoStaff <<
\new Staff = "up" {
\tempo "Adagio" \slurUp
c'8 ( \change Staff = "down" g ) r4 }
\new Staff = "down" { \clef bass e2 } >>
The \tempo is not essential to experience the bug as a mis-spacing on the
page, but allows the bug to be seen in the png output.
In order to show the SlurStub to understand the cause :
\override SlurStub #'color = #green
\override SlurStub #'transparent = ##f
Workaround :
\override SlurStub #'vertical-skylines = #'()
Attachments:
2834.png 10.6 KB