bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1483 in lilypond: Lyric alignment is wrong in 2.13.46


From: lilypond
Subject: Issue 1483 in lilypond: Lyric alignment is wrong in 2.13.46
Date: Thu, 20 Jan 2011 11:14:53 +0000

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

New issue 1483 by address@hidden: 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




reply via email to

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