lilypond-user
[Top][All Lists]
Advanced

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

Re: 2nd Verse lyrics drop below all staves, alignBelowContext not workin


From: Keizen Li Qian
Subject: Re: 2nd Verse lyrics drop below all staves, alignBelowContext not working
Date: Sat, 7 Sep 2019 10:43:51 -0700

I could still use some help here. I believe my construct looks exactly as described in the documentation starting at "However..." Thank you in advance.

Keizen
they/them


On Fri, Aug 30, 2019 at 6:20 PM Keizen Li Qian <address@hidden> wrote:
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

reply via email to

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