lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2010 in lilypond: \lyricsto may turn into a vo


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2010 in lilypond: \lyricsto may turn into a voice-mangling zombie when both parents die at the same time
Date: Mon, 16 Dec 2013 19:44:44 +0000


Comment #4 on issue 2010 by address@hidden: \lyricsto may turn into a voice-mangling zombie when both parents die at the same time
http://code.google.com/p/lilypond/issues/detail?id=2010

Regarding the original report: the first example is as expected:
\new Staff {
  \new Voice = "melody" \relative {
    a'1
    <<
      \context Voice = "melody" {
        b4. b8 b4. b8
      }
      \context Lyrics = "lyr" \with {associatedVoice = "melody"}
      \lyricmode { A B C D }
    >>
    e1 f1
  }
}

Here no \lyricsto is being used so the lyrics all take the current default duration from the parser, and that's 8 at that point of time. The first three syllables are needed to get the first 4. together. If you write just quarter notes, then the default duration is also a quarter note instead of an eighth and the syllables match.

So the actual issue is the behavior of \lyricsto



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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