Skip to content

Commit

Permalink
add regression test for drums
Browse files Browse the repository at this point in the history
  • Loading branch information
jstma committed May 19, 2023
1 parent df0c4c6 commit a258042
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions test/regressions/drumvoice/input.ly
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
\version "2.20.0"

music = {
\new DrumStaff {
\set Staff.instrumentName = #"drums"
\new DrumVoice {
\drummode {
\time 4/4
\tempo 4 = 84
<<
{ cymr8 cymr8 \tuplet3/2{hh16 hh hh} hh8 \tuplet3/2{tomh16 tomh tomh} \tuplet3/2{tomh16 tomh toml} \tuplet3/2{tomh16 tomfh tomh} tomfh8 }
\\
{ bd8 bd8 s4 s2 }
>>
}
}
}
}

\score {
\music
\layout { }
}

\score {
\music
\midi { }
}

0 comments on commit a258042

Please sign in to comment.