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