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 } }
}


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

Reply via email to