X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fdrums.ly;h=e355ee218054a97ecfe4f3ddffa3dd3ab8e04b77;hb=d2e7425b88e579fe53989106965fa13eab551c92;hp=60627908c35af1e5f8fde05ffb0b8767df77bc4b;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/drums.ly b/input/regression/drums.ly index 60627908c3..e355ee2180 100644 --- a/input/regression/drums.ly +++ b/input/regression/drums.ly @@ -3,33 +3,33 @@ % scm/midi.scm for list of midi-drumkits. \header { -texidoc = "Drum notation, although kludgy, should work. Though, << chord >> does not work because the chords need to be split into threads." +texidoc = "Drum notation, although kludgy, should work. Though, < chord > does not work because the chords need to be split into threads." } \include "drumpitch-init.ly" -\version "1.9.1" +\version "1.9.8" drh = \notes { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hhc8 hh16 hh} hhc4 r4 r2 } -drl = \notes {\repeat "unfold" 3 {bd4 sn8 bd bd4 < bd ss > } bd8 tommh tommh bd toml toml bd tomfh16 tomfh } +drl = \notes {\repeat "unfold" 3 {bd4 sn8 bd bd4 << bd ss >> } bd8 tommh tommh bd toml toml bd tomfh16 tomfh } timb = \notes \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb} \score { \repeat "volta" 2 - < - \context TwoLineStaff=timbst \notes < + << + \context TwoLineStaff=timbst \notes << \property Staff.instrument="timbales" \clef "percussion" \apply #(drums->paper 'timbales) \timb - > - \context Staff=drumst \notes < + >> + \context Staff=drumst \notes << \property Staff.instrument="drums" \clef "percussion" - \apply #(drums->paper 'drums) < + \apply #(drums->paper 'drums) << \context Voice=voa {\stemUp \drh } \context Voice=vob {\stemDown \drl } - > - > - > + >> + >> + >> \paper { \translator { \StaffContext @@ -52,12 +52,12 @@ timb = \notes \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 } \score { \repeat "unfold" 2 - \context Staff \notes < + \context Staff \notes << \property Staff.instrument="drums" \timb \drh \drl - > + >> \midi{ \tempo 4=120 } }