lilypond-user
[Top][All Lists]
Advanced

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

Re: Hide one staff of a PianoStaff


From: Eluze
Subject: Re: Hide one staff of a PianoStaff
Date: Wed, 11 Sep 2013 16:15:35 -0700 (PDT)

EdBeesley wrote
> Perfect, thank you!
> 
> The code I used (for anyone that needs to do the same thing) was to add a
> \with  \remove tag in the staff declaration:
> 
> \new PianoStaff \with { \remove "Keep_alive_together_engraver"}

the other way to do - if you are planning to produce more than one score or
piano staff with the same settings - is:

\layout {
  \context {
    \PianoStaff
    \remove "Keep_alive_together_engraver"
    …
  }
}

in th top-level section.

but I'm sure everybody knows that 

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Hide-one-staff-of-a-PianoStaff-tp150657p150665.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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