Looks like v2.19 syntax has change here: \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" %% v2.19 option 1: \with { alignBelowContext = "upper" stanza = "1." } << %% v2.18 option: %\set alignBelowContext = "upper" %\set stanza = "1." \lyricsto melody { %% v2.19 option 2: %\set alignBelowContext = "upper" %\set stanza = "1." \stanzaI } >> >> } Cheers, Pierre 2015-05-24 20:13 GMT+02:00 David Kastrup <d...@gnu.org>: > Dan Eble <d...@faithful.be> writes: > > > Dan Eble <dan <at> faithful.be> writes: > > > >> > >> Dan Eble <dan <at> faithful.be> writes: > >> > >> > \context Lyrics = "lyricsI" << > >> > % The lyrics do not appear when this "alignBelowContext" is set. > >> > \set alignBelowContext = "upper" > >> > >> It also happens with \set stanza. > > > > If this is not a bug, I'd appreciate learning what's > > wrong with what I'm trying to do. > > You are setting alignBelowContext too late. > > Try \context Lyrics = "lyricsI" \with { alignBelowContext = "upper" } > \lyricsto ... > > -- > David Kastrup > > _______________________________________________ > bug-lilypond mailing list > bug-lilypond@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-lilypond > _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond