lilypond-user
[Top][All Lists]
Advanced

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

Re: hiding empty staves


From: fiëé visuëlle
Subject: Re: hiding empty staves
Date: Wed, 9 May 2007 22:11:14 +0200

Am 2007-05-07 um 03:28 schrieb Bryan Stanbridge:
In LP 2.6 I could hide empty staves (also in the first system) with
\layout { \context { \RemoveEmptyStaffContext } }
Can't remember if I also needed
\set Score . skipBars = ##t
In LP 2.10 an empty stave in the first system is only hidden with
\override Score . VerticalAxisGroup #'remove-first = ##t

\layout {\context { \Score \override VerticalAxisGroup #'remove- first = ##t }}

Should work. (I didn't test it, though)

Thank you!
My problem was: I didn't expect that I'd need \context two times:

\context {
        \RemoveEmptyStaffContext
}
\context {
        \Score \override VerticalAxisGroup #'remove-first = ##t
}


Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/
https://www.cacert.org (I'm an assurer)


Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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