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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to