X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdrums.ly;h=519b982367f96ebe547fcdc026b320c6157cc1d8;hb=564a25588396072a21c2c08abc5b5ce432a9ae42;hp=c5a24aeb09fd351e09bbf0f1ee976f7dba2768e5;hpb=03fe1f18eb63347ed645a615f1bb5d83afdb2ae6;p=lilypond.git diff --git a/input/regression/drums.ly b/input/regression/drums.ly index c5a24aeb09..519b982367 100644 --- a/input/regression/drums.ly +++ b/input/regression/drums.ly @@ -7,7 +7,7 @@ } -\version "2.9.13" +\version "2.11.51" 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 } @@ -34,7 +34,15 @@ timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r \layout {} %% broken: - \midi{ \tempo 4=120 } + + \midi { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 120 4) + } + } + + }