bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1131 in lilypond: Spacing bug with above lyrics


From: lilypond
Subject: Issue 1131 in lilypond: Spacing bug with above lyrics
Date: Sun, 20 Jun 2010 15:59:29 +0000

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




reply via email to

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