[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Key Signature only on first staff
From:       jmechmech <jmechmech () gmail ! com>
Date:       2015-07-26 9:36:07
Message-ID: 1437903367563-179086.post () n5 ! nabble ! com
[Download RAW message or body]

like that? :


\version "2.18.2"

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

melody = \relative c' {
   \repeat unfold 5 { cis dis e fis }
   \key g \major 
   \repeat unfold 5 { cis dis e fis }
}

wordsOne = \lyricmode{
   \set stanza = "1"
   c d e f g
}
wordsTwo = \lyricmode{
   \set stanza = "2"
   c d e f g
}

\score {
   <<
     \new Staff <<
       \global
       \melody
     >>
     \addlyrics { \wordsOne }
     \addlyrics { \wordsTwo }
   >>
   
    \layout {    
    \context {
      \Score   
      \override SystemStartBar.collapse-height = #1
      \remove "Bar_number_engraver"
    }    
    \context {
      \Staff
      \override Clef.break-visibility = #all-invisible
      \override KeySignature.break-visibility = #all-invisible
    }    
  }
} 




--
View this message in context: \
http://lilypond.1069038.n5.nabble.com/Key-Signature-only-on-first-staff-tp178898p179086.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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic