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
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. |
}
}
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"