Dear community,

In the following example I want to add the text to the music.
The second measure is divided in two voices.
However the text skips the second measure.
When I \addlyrics { c d } immediately after {eis4( dis) eis} the text is
printed too low and the remaining music is discarded.
I also tried to give the two voices a name and add lyrics to a name, but
that also failed.

\version "2.16.2"

\score
{
\new ChoirStaff
\relative c''{
  \time 3/4
  fis2 fis4 
  <<
    { eis2 eis4} ( Voice 1
    \\
    {eis4( dis) eis} % \addlyrics { c d } % Voice 2
  >>    
  fis2 fis4 
  }
  \addlyrics { a b c d e f }
}

Could anyone help me?
Thank you for your reactions, Niels

Regards,
Niels



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Divisi-in-just-one-measure-of-a-choir-score-tp173386.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to