bug-lilypond
[Top][All Lists]
Advanced

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

Re: \RemoveEmptyStaffContext not working


From: Nicolas Sceaux
Subject: Re: \RemoveEmptyStaffContext not working
Date: Sun, 13 Nov 2005 12:20:06 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Han-Wen Nienhuys <address@hidden> writes:

> thanks. Fixed.
>
> Nicolas Sceaux wrote:
>> Using LilyPond from CVS (2.7.26), \RemoveEmptyStaffContext does not seem
>> to work properly. See the example from
>> http://lilypond.org/doc/v2.7/Documentation/user/out-www/lilypond/Hiding-staves.html

The staves are removed, but they still take place:

\version "2.7.17"

\paper {
  %%annotatespacing = ##t
  raggedright = ##t
}

\score {
  \new StaffGroup <<
    \new Staff {
      \override Score.VerticalAxisGroup #'remove-first = ##t 
      bes'1 \break R1 \break bes' 
    }
    \new Staff { g'1 g' g' }
    \new Staff { R1 e' e' } \addlyrics { mi mi }
    \new Staff { c'1 c' c' }
  >>
  \layout { \context { \RemoveEmptyStaffContext } }
}

PNG image


reply via email to

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