Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Edward Usher
Yes, this works very nicely in my original score. Thank you, Simon and David, for the explanation and correction. Edward ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Edward Usher
Ah, looks I misappropriated code that was intended for multiple verses. So my revised question would be about %%% \version "2.18.2" \score { << \new Staff { \new Voice = "melody" { \time 3/4 \repeat volta 2 { c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | } }

In divisi lyrics, \skip in the top line skips two notes and causes bottom line to skip one note

2016-06-17 Thread Edward Usher
A question on the following MWE: \version "2.18.2" \score { << \new Voice = "melody" { \time 3/4 c'4 c'4 c'4 | c'4 c'4 c'4 | c'2. | } \new Lyrics \lyricsto "melody" { << { a \skip 1 c } \new Lyrics { \set associatedVoice = "melody"