lilypond-user
[Top][All Lists]
Advanced

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

chorus staff then hymn


From: Brother Gabriel-Marie
Subject: chorus staff then hymn
Date: Wed, 22 Jul 2015 17:58:54 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

My hymn starts with a chorus and then goes to the verses, so I want to put the chorus on its own staff, then put the verses together as numbered lyrics.

Problem is that the staves always group together as if they were polyphony and I don't want them grouped.
I tried without \staffgroup but it doesn't work.

How can I make it stop and start over?

\score {
        \new staffgroup   <<
           
            \new staff {
                \chorusMelody
                \addlyrics { \chorusLyrics }
            }
        \new staff {
                \melody
                \addlyrics { \wordsOne }
                \addlyrics { \wordsTwo }
                \addlyrics { \wordsThree }
                \addlyrics { \wordsFour }
                \addlyrics { \wordsFive }
                \addlyrics { \wordsSix }
            }
    >>

}

reply via email to

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