lilypond-user
[Top][All Lists]
Advanced

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

Re: Dissapearing lyrics


From: tisimst
Subject: Re: Dissapearing lyrics
Date: Thu, 11 Dec 2014 11:46:42 -0700 (MST)

Tim,

They actually aren't equivalent, but that becomes most apparent when associating lyrics to the voices. When using the "\\" syntax to designate voices, this implicitly creates totally new voices wherever used, even though it puts them correctly in the voiceOne/voiceTwo directions, which may (always?) break the connection to the lyrics.

My recommendation: Follow the first method you mention because you will have complete, explicit control over the voicing.

HTH,
Abraham

Sent from my iPhone

On Dec 11, 2014, at 9:28 AM, Tim Slattery [via Lilypond] <[hidden email]> wrote:

I'm setting a pretty simple choral work. The Soprano and Tenor parts
begin with 12 measures where everybody is singing the same part. Then
there are four final measures where those parts divide.

This language makes everything turn out fine:

\new Voice = "tenor" { \global \tenMusicAll
       <<
           {\voiceOne \tenMusicOne }
             \new Voice { \voiceTwo \tenMusicTwo }
       >> }
\new Lyrics \lyricsto tenor \TenorWords


(tenMusicAll, tenMusicOne and tenMusicTwo are previously defined music
strings, TenorWord are the previously defined lyrics. global is key
signature)

But if I do this simpler syntax, which is equivalent, according to the
docs:

\new Voice = "tenor" { \global \tenMusicAll
       <<
           \tenMusicOne \\ \tenMusicTwo  
       >> }
\new Lyrics \lyricsto tenor \TenorWords

The music renders just fine, but the lyrics disappear in the last four
divisi measures.

Why does the last bit of the lyrics not appear on the page?

--
Tim Slattery
tim <at> risingdove <dot> com


_______________________________________________
lilypond-user mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the discussion below:
http://lilypond.1069038.n5.nabble.com/Dissapearing-lyrics-tp169390.html
To start a new topic under User, email [hidden email]
To unsubscribe from Lilypond, click here.
NAML


View this message in context: Re: Dissapearing lyrics
Sent from the User mailing list archive at Nabble.com.

reply via email to

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