X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdrums.ly;h=b0479b1ddf2a1b3464cbbfc3c4554d04ab7e5916;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=fa81edfbaee0f30437e8858af5d21bfbab5e5984;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/drums.ly b/input/regression/drums.ly index fa81edfbae..b0479b1ddf 100644 --- a/input/regression/drums.ly +++ b/input/regression/drums.ly @@ -7,34 +7,39 @@ } -\version "2.3.16" +\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 } timb = \drummode { \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb} } \score { - \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 } - >> + \repeat "volta" 2 { + << + \new DrumStaff \with { + drumStyleTable = #timbales-style + \override StaffSymbol.line-count = #2 + \override BarLine.bar-extent = #'(-1 . 1) + } << + \set Staff.instrumentName = "timbales" + \timb + >> + \new DrumStaff << + \set Staff.instrumentName = "drums" + \new DrumVoice {\stemUp \drh } + \new DrumVoice {\stemDown \drl } + >> >> - } - \paper {} + } + \layout {} + + %% broken: + + \midi { + \tempo 4 = 120 + } + - %% broken: - \midi{ \tempo 4=120 } }