lilypond-devel
[Top][All Lists]
Advanced

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

RhythmicStaff doesn't get hidden with RemoveEmptyStaffContext


From: Pedro Kröger
Subject: RhythmicStaff doesn't get hidden with RemoveEmptyStaffContext
Date: Wed, 16 Mar 2005 22:35:07 -0300
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3.50 (gnu/linux)

The subject says all. in this example the 1st staff should be hidden in
the second system like the 3rd staff. am I missing something?

\book {
  \score {
    <<
      \new Staff {
        \context RhythmicStaff {
          \time 3/4
          \repeat unfold 9 {\repeat unfold 3 {c4}}
          R2.*9
          \repeat unfold 9 {\repeat unfold 3 {c4}}
        }
      }
      
      \new Staff {
        \clef percussion
          \repeat unfold 27 {\repeat unfold 3 {c4}}
      }

      \new Staff {
        \clef percussion
          \repeat unfold 9 {\repeat unfold 3 {d4}}
          R2.*9
          \repeat unfold 9 {\repeat unfold 3 {d4}}
      }
    >>
    \layout {
      \context {
        \RemoveEmptyStaffContext
      }
    }
  }
}




reply via email to

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