\version "2.19.16"
aNotes = \relative c'' { c4 d e f }
stanzaI = \lyricmode { La la la la }
\score {
<<
\context Staff = "upper" <<
\new Voice = "melody" \aNotes
>>
\context Lyrics = "lyricsI" <<
% The lyrics do not appear when this "alignBelowContext" is set.
\set alignBelowContext = "upper"
\lyricsto melody \stanzaI
>>
>>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond
