lilypond-devel
[Top][All Lists]
Advanced

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

broken lyric example


From: Graham Percival
Subject: broken lyric example
Date: Wed, 24 Jan 2007 00:06:14 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Could somebody check why this doesn't compile in 2.11.13 ? It's the first example of "Lyrics to multiple notes of a melisma" I'm suspicious about the multiple lyrics to the same context, but as far as I can see, nobody's changed this example in a while.


<<
  \relative \new Voice = "lahlah" {
    \set Staff.autoBeaming = ##f
    c4
    \slurDotted
    f8.[( g16])
    a4
  }
  \new Lyrics \lyricsto "lahlah" {
    more slow -- ly
  }
  \new Lyrics \lyricsto "lahlah" {
    \set ignoreMelismata = ##t % applies to "fas"
    go fas -- ter
    \unset ignoreMelismata
    still
  }
>>




reply via email to

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