]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/drums.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / drums.ly
index a81684e9d33c0f5a03847d56a0c91b8482e59411..b0479b1ddf2a1b3464cbbfc3c4554d04ab7e5916 100644 (file)
@@ -7,7 +7,7 @@
 }
 
 
-\version "2.7.32"
+\version "2.17.6"
 
 drh = \drummode { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hhc8 hh16 hh} hhc4 r4 r2 }
 drl = \drummode {\repeat "unfold" 3 {bd4 sn8 bd bd4 << bd ss >> } bd8 tommh tommh bd toml toml bd tomfh16 tomfh }
@@ -18,14 +18,14 @@ timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r
     <<
       \new DrumStaff \with {
        drumStyleTable = #timbales-style
-       \override StaffSymbol #'line-count = #2
-       \override BarLine #'bar-size = #2
+       \override StaffSymbol.line-count = #2
+       \override BarLine.bar-extent = #'(-1 . 1)
       } <<
-       \set Staff.instrument = "timbales"
+       \set Staff.instrumentName = "timbales"
        \timb
       >>
       \new DrumStaff <<
-       \set Staff.instrument = "drums"
+       \set Staff.instrumentName = "drums"
        \new DrumVoice {\stemUp \drh }
        \new DrumVoice {\stemDown \drl }
       >>
@@ -34,7 +34,12 @@ timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r
   \layout {}
 
   %% broken:
-  \midi{ \tempo 4=120 }
+  
+  \midi {
+    \tempo 4 = 120
+    }
+
+
 }