]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rhythmic-staff.ly
Removed file; it was a duplicate of beam-isknee.ly
[lilypond.git] / input / test / rhythmic-staff.ly
index 40a4a2b15547a31769919b148c4ed4b7a089dae6..109d7b58e3b7d30a5bd2451a8da832580a08c0d8 100644 (file)
@@ -1,18 +1,19 @@
+\version "1.7.18"
 
 
 \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"
     }
   }
 }
+%% new-chords-done %%