[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: \RemoveEmptyStaffContext broken
From: |
Erik Sandberg |
Subject: |
Re: \RemoveEmptyStaffContext broken |
Date: |
Mon, 12 Dec 2005 00:36:48 +0100 |
User-agent: |
KMail/1.8.3 |
On Sunday 11 December 2005 17.25, Nicolas Sceaux wrote:
> removing emtpy staves does not work properly, as removed
> staves still take place
Thanks, added as hara-kiri-space-remove-first.ly
%
%Nicolas Sceaux
\version "2.7.23"
\header {
texidoc = "removing emtpy staves with remove-first does not work properly:
removed
staves take place"
reportedin = "2.7.23"
}
\paper {
raggedright = ##t
}
\score {
\new StaffGroup <<
\new Staff {
\override Score.VerticalAxisGroup #'remove-first = ##t
bes'1
}
\new Staff { R1 }
\new Staff { c'1 }
>>
\layout { \context { \RemoveEmptyStaffContext } }
}
--
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/