bug-lilypond
[Top][All Lists]
Advanced

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

\RemoveEmptyStaffContext broken


From: Nicolas Sceaux
Subject: \RemoveEmptyStaffContext broken
Date: Sun, 11 Dec 2005 17:25:33 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Hi, 

Just a reminder, as I have not found this bug reported in the bug
database: removing emtpy staves does not work properly, as removed
staves still take place.

nicolas

\version "2.7.23"

\paper {
  raggedright = ##t
}

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




reply via email to

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