]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythmic-staff.ly
release: 1.3.125
[lilypond.git] / input / test / rhythmic-staff.ly
index 44a5c6d184df7610d0be00e7381777361ba1f68d..313e700e075e5e0151a591eb29262e7f43f7cf4b 100644 (file)
@@ -1,7 +1,9 @@
+
 \score{
   \context RhythmicStaff {
     \notes\relative c''{ 
-      \clef percussion;
+      \property RhythmicStaff.clefGlyph = #"clefs-percussion"
+       \property RhythmicStaff.clefPosition = #0
       \time 4/4; 
       r4 r g2 | r4 g r2 | g1:32 | r1 |
     }
@@ -9,7 +11,7 @@
   \paper{
     \translator{
       \RhythmicStaffContext
-      \consists "Clef_engraver"; % Doesn't work!?
+      \consists "Clef_engraver";
     }
   }
 }