]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythmic-staff.ly
release: 1.4.3
[lilypond.git] / input / test / rhythmic-staff.ly
index 9670f5b44b858731327c3f5ccfb2d83ba27a6e4d..3c3f30fd9771032704a395c704d97dd5f45785af 100644 (file)
@@ -1,8 +1,18 @@
+\version "1.3.146"
+
+
 \score{
   \context RhythmicStaff {
     \notes\relative c''{ 
-      \time 4/4; 
+      \clef "percussion"
+      \time 4/4 
       r4 r g2 | r4 g r2 | g1:32 | r1 |
     }
   }
+  \paper{
+    \translator{
+      \RhythmicStaffContext
+      \consists "Clef_engraver"
+    }
+  }
 }