lilypond-user
[Top][All Lists]
Advanced

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

Divisi in just one measure of a choir score


From: Niels
Subject: Divisi in just one measure of a choir score
Date: Fri, 20 Mar 2015 05:53:50 -0700 (MST)

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.



reply via email to

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