My piece is in B Major and the repition of the key signature takes up a lot
of room on the page.  

I would like to show it on the first staff only and suppress the rest.
What do I do?

My script is set up like this:

global = {
    \time 4/4
    \tempo 4=90
    \key b \major
}

melody = \relative c' {
    \global
   ...the music...
}

wordsOne = \lyricmode{
   \set stanza = "1"
    ...the lyrics...
}
wordsTwo = \lyricmode{
   \set stanza = "2"
    ...the lyrics...
}

\score {
    <<
        \new Staff {
            \melody
        }
        \addlyrics { \wordsOne }
        \addlyrics { \wordsTwo }
        \addlyrics { \wordsThree }
        \addlyrics { \wordsFour }

    >>

    \layout {
        \context {
        \Score
        }
        \context {
            \Lyrics
        }
    }
  \midi { }
}




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Key-Signature-only-on-first-staff-tp178898.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to