lilypond-user
[Top][All Lists]
Advanced

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

2nd Verse lyrics drop below all staves, alignBelowContext not working


From: Keizen Li Qian
Subject: 2nd Verse lyrics drop below all staves, alignBelowContext not working
Date: Fri, 30 Aug 2019 18:20:30 -0700

Hi, everyone, I'd like help getting 2nd and 3rd verses to align in the assigned staves rather than dropping to the bottom. I've attached the files and choralpart.ly is the file to compile. 

In summary, the construct I am using is:

\new Lyrics = "firstVerse" \lyricsto "tenors" \lyricmode {
      not repeated text
                        <<
                        { first verse }
        \new Lyrics = "secondVerse"
                \with { alignBelowContext = #"firstVerse" }
        {
                \set associatedVoice = "tenors"
                        second verse
        }
        >>
not repeated text
}

Any help is greatly appreciated.

Keizen
they/them

Attachment: choralpart.ly
Description: Text Data

Attachment: content.ly
Description: Text Data


reply via email to

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