Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High
New issue 1131 by PhilEHolmes: Spacing bug with above lyrics
http://code.google.com/p/lilypond/issues/detail?id=1131
Lyrics above a staff attach to the staff above, not the correct staff below.
\paper {
between-system-spacing = #'((padding . 15))
}
\score {
<<
\new Lyrics = above {s1}
\new Staff {
<<
\new Voice = "t" { \voiceOne \repeat unfold 25 { c''4 d'' e'' f''} }
\new Voice = "b" { \voiceTwo \repeat unfold 25 { c'1 } }
>>
}
\new Lyrics \lyricsto "b" \repeat unfold 25 \lyricmode { bottom }
\context Lyrics = above \lyricsto "t" \repeat unfold 100 \lyricmode {
top }
>>
}
Attachments:
test32.pdf 72.3 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond