bug-lilypond
[Top][All Lists]
Advanced

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

alignBelowContext makes lyrics disappear


From: Dan Eble
Subject: alignBelowContext makes lyrics disappear
Date: Sat, 18 Apr 2015 12:59:09 -0400

\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
    >>
  >>
}




reply via email to

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