X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdrums.ly;h=df8f856451536c54f92906ccd654dbb1fd138a06;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=908514a56d390883756fc5cea57884dafd53d5f0;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/input/regression/drums.ly b/input/regression/drums.ly index 908514a56d..df8f856451 100644 --- a/input/regression/drums.ly +++ b/input/regression/drums.ly @@ -7,7 +7,7 @@ } -\version "2.9.16" +\version "2.7.39" 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 } @@ -21,11 +21,11 @@ timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r \override StaffSymbol #'line-count = #2 \override BarLine #'bar-size = #2 } << - \set Staff.instrumentName = "timbales" + \set Staff.instrument = "timbales" \timb >> \new DrumStaff << - \set Staff.instrumentName = "drums" + \set Staff.instrument = "drums" \new DrumVoice {\stemUp \drh } \new DrumVoice {\stemDown \drl } >> @@ -34,15 +34,7 @@ timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r \layout {} %% broken: - - \midi { - \context { - \Score - tempoWholesPerMinute = #(ly:make-moment 120 4) - } - } - - + \midi{ \tempo 4=120 } }