lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding one empty staff of three-staff piano score but not two


From: TaoCG
Subject: Re: Hiding one empty staff of three-staff piano score but not two
Date: Mon, 25 Mar 2013 17:12:55 -0700 (PDT)

When you override something in the layout-block you do so for every instance
of Staff.
If you want to make only the third staff disappear you have to remove the
override from the layout-block and apply only to that staff like this:

leftTwo = \relative c {
  \override Staff.VerticalAxisGroup #'remove-first = ##t
  s1*8 | %First two lines
  c1 | c | c | c |
}

HTH,
Tao



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Hiding-one-empty-staff-of-three-staff-piano-score-but-not-two-tp143427p143429.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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