lilypond-user
[Top][All Lists]
Advanced

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

lyrics skips?


From: MING TSANG
Subject: lyrics skips?
Date: Mon, 5 Sep 2011 05:43:17 -0700 (PDT)

I ran the following snippet and I find lyrics skipped on measure two. 
I am expecting " six seven eight nine " on measure two -- "six seven " is skipped to measure three.

Question:  How can this be resolved?  I search LSR and cannot find solution.

Thanks,
Ming.


%<><><><> snippet starts
\version "2.14.0"
 sopranonotes = \relative c'
 {
 <f, a d>2 d'8 e8 f8 f8                                  
 <<{ d4 c4 a'4 b4}\\{ <f,a>2 s4 s4 }>>                       
 <b d g>2. a4                                     
 \bar "||"  }
 harmonies = {
      \chordmode {  c2 e2:m f2
           e2:m f2 d2:m
      }
 }
 sopranowords = \lyricmode {
 \set stanza = #"1. "
 one two three four five six seven eight nine ten eleven twelve   
   }
\score {
\new ChoirStaff <<
<<
      \context ChordNames {   \harmonies        }
>>     
    \new Staff <<
            \new Voice = "soprano" << {   \sopranonotes  }   >>
    >>
    \new Lyrics \lyricsto "soprano" { \sopranowords   }

>>
\layout { }
\midi { }
}
%end snippet


reply via email to

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