lilypond-user
[Top][All Lists]
Advanced

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

Re: Complicated duration


From: Francisco Vila
Subject: Re: Complicated duration
Date: Mon, 6 Jun 2011 17:58:13 +0200

2011/6/6 Christopher Culver <address@hidden>:
> 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



reply via email to

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