]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/percussion-chart.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / included / percussion-chart.ly
index cdbc6d7883e729a380e070c50e81e9e2f20c6b33..647c55914d83e668bc2d177e2921a6782a05ac4e 100644 (file)
@@ -13,9 +13,8 @@ This chart shows all percussion and drum notes."
 
 myBreak = { \bar " " \break }
 
-\new Score \with {
-  \remove "Bar_number_engraver"
-} \new DrumStaff \with {
+\score {
+ \new DrumStaff \with {
   \remove "Time_signature_engraver"
 } \context DrumVoice {
 
@@ -64,5 +63,12 @@ trim  ^"mutetriangle: trim" tri  ^"triangle: tri" trio  ^"opentriangle: trio"  \
 ua  ^"oneup: ua" ub  ^"twoup: ub" uc  ^"threeup: uc" ud  ^"fourup: ud" ue  ^"fiveup: ue"  \myBreak
 da  ^"onedown: da" db  ^"twodown: db" dc  ^"threedown: dc" dd  ^"fourdown: dd" de ^"fivedown: de"  \myBreak
 }
+}
+  \layout {
+    \context {
+      \Score
+      \remove "Bar_number_engraver"
+    }
+  }
 }