bug-lilypond
[Top][All Lists]
Advanced

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

Long ties


From: Mats Bengtsson
Subject: Long ties
Date: Mon, 25 Apr 2005 14:10:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

When you by mistake specify a tie but the next note isn't the same
pitch, then the tie will extend until the next time the tied pitch
appears in the score. This also means that \lyricsto assumes that
there is a melisma until the tie is ended. If the same pitch never
returns in the score, it means that the remainder of the lyrics is
lost. The bug happens both in 2.2, 2.4 and 2.5.

Example:


\version "2.5.0"
\score{
<<
  \context Voice = "melody" \relative c'
    { c d ~ e d | e f g ~ f | e d c d }
  \lyricsto "melody" \new Lyrics { c d e d e f g f e d c d }
>>
}

   /Mats




reply via email to

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