bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1309 in lilypond: Consecutive interrupted lyrics from different st


From: lilypond
Subject: Issue 1309 in lilypond: Consecutive interrupted lyrics from different staves are no longer aligned
Date: Sun, 10 Oct 2010 09:53:08 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Regression Priority-Medium Spacing

New issue 1309 by v.villenave: Consecutive interrupted lyrics from different staves are no longer aligned
http://code.google.com/p/lilypond/issues/detail?id=1309

This was reported by Dmytro months ago:
http://old.nabble.com/Re%3A--2.13--Problem-with-two-consecutive-interruped-lyrics-ts27527839.html

%% Consider the following example:

melody = \relative c'' {
  c c c c
}

upperLyr = \lyricmode {
  la la _ _
}

lowerLyr = \lyricmode {
  _ _ la la
}

\score {
  \new ChoirStaff <<
    \new Staff = "upper" {
      \new Voice = "upper" {
        \melody
      }
    }
    \new Lyrics \lyricsto "upper" \upperLyr
    \new Staff = "lower" {
      \new Voice = "lower" {
        \melody
      }
    }
    \new Lyrics \with {
      alignAboveContext = "lower"
    } \lyricsto "lower" \lowerLyr
  >>
}

%% Attached is the output of version 2.12: as you can see the first
%% and the seconf part of the lyrics share the same baseline.  This is
%% no longer the case with recent versions, where lyrics from different
%% contexts are not compressed into a single lyrics line.

Dmytro and Reinhold have both mentioned that this problem affects real-world scores too.

Attachments:
        twolyrics-2.12.3.png  4.0 KB
        twolyrics-2.13.12.png  4.5 KB
        twolyrics-2.13.36.png  3.9 KB




reply via email to

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