2011/6/6 Christopher Culver <crcul...@christopherculver.com>:
> I am typesetting a peace of music and trying to align the lyrics to the
> melody. While this is generally simple, one climactic syllable lasts for
> a whole note plus an eighth note plus the first note of the following
> tuplet:
>
> \times 2/3 { a8[ aes8 ges8] }
>
> What is the Lilypond expression of the entire duration that I must write after
> the lyric?

This works here:

<<
  \new Staff{
    c'1~ c'8~ \times 2/3 { c'8[ d' e'] }
  }

  \new Lyrics \lyricmode {
    c1~ ""8~ \times 2/3 { "" d e }
  }
>>

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to