]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: remove a few more \new Score constructs.
authorGraham Percival <gperciva@gperciva-desktop.(none)>
Sat, 9 Oct 2010 18:04:29 +0000 (19:04 +0100)
committerGraham Percival <gperciva@gperciva-desktop.(none)>
Sat, 9 Oct 2010 18:05:26 +0000 (19:05 +0100)
Documentation/included/percussion-chart.ly
Documentation/web/ly-examples/cary.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"
+    }
+  }
 }
 
index b7e0e4eed43ed6a0e7112c4a347c4c6db856b89f..9de0de0e4ea6b5721352ba22aa5492f61e93e67a 100644 (file)
@@ -28,7 +28,8 @@
 \include "english.ly"
 \include "cary-layout.ily"
 
-\new Score <<
+\score {
+  <<
        
        \new StaffGroup <<
                
                        }
                >>
        >>
->>
+  >>
+}