]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/drums.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / drums.ly
index a9f459c6da858a8418dce48310a2636a181d83c2..df8f856451536c54f92906ccd654dbb1fd138a06 100644 (file)
@@ -7,33 +7,34 @@
 }
 
 
-\version "2.2.0"
+\version "2.7.39"
 
-drh = \drums { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hhc8 hh16 hh} hhc4 r4 r2 }
-drl = \drums {\repeat "unfold" 3 {bd4 sn8 bd bd4 << bd ss >> } bd8 tommh tommh bd toml toml bd tomfh16 tomfh }
-timb = \drums \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb}
+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 }
+timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb} }
 
 \score {
-    \repeat "volta" 2
+  \repeat "volta" 2 {
     <<
-       \new DrumStaff \with {
-           drumStyleTable = #timbales-style
-           \override StaffSymbol #'line-count = #2
-           \override BarLine #'bar-size = #2
-       } <<
-           \set Staff.instrument = "timbales"
-           \timb
-       >>
-       \new DrumStaff <<
-           \set Staff.instrument = "drums"
-           \new DrumVoice {\stemUp \drh }
-           \new DrumVoice {\stemDown \drl }
-       >>
+      \new DrumStaff \with {
+       drumStyleTable = #timbales-style
+       \override StaffSymbol #'line-count = #2
+       \override BarLine #'bar-size = #2
+      } <<
+       \set Staff.instrument = "timbales"
+       \timb
+      >>
+      \new DrumStaff <<
+       \set Staff.instrument = "drums"
+       \new DrumVoice {\stemUp \drh }
+       \new DrumVoice {\stemDown \drl }
+      >>
     >>
-    \paper {}
+  }
+  \layout {}
 
-    %% broken:
-    \midi{ \tempo 4=120 }
+  %% broken:
+  \midi{ \tempo 4=120 }
 }