lilypond-user
[Top][All Lists]
Advanced

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

Key Signature only on first staff


From: BGM
Subject: Key Signature only on first staff
Date: Tue, 21 Jul 2015 10:11:06 -0700 (MST)

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.



reply via email to

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