Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1483 by [email protected]: Lyric alignment is wrong in 2.13.46
http://code.google.com/p/lilypond/issues/detail?id=1483

In 2.12.3, placing lyrics above the stave and increasing system spacing led to lyrics correctly placed just above the stave. Trying to do the same in 2.13.46 results in lyrics wrongly placed just below the upper system. The code below is used on 2.13.46 - uncomment the paper variable and comment the spacing line to reproduce this using 2.12 syntax.

\paper {
  system-system-spacing #'basic-distance = #20
  % between-system-space = 5 \cm
  }

\score {
  \new ChoirStaff <<
    \new Lyrics = sopranos { s1 }
    \new Staff = women <<
      \new Voice = "sopranos" {
        \voiceOne
        fis4 fis fis fis | \break
        fis4 fis fis fis
      }
    >>
\context Lyrics = sopranos \lyricsto sopranos { La la la la la la la la }
  >>
}



Attachments:
        LyricAlign2.12.png  10.2 KB
        LyricAlign2.13.png  8.3 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to