1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-11-16 08:23:31 +01:00
pipeband-music/standards/standards.bass.ily
2016-12-28 17:11:07 +01:00

19 lines
308 B
Text

\version "2.18.2"
\include "lilydrum.ly"
bassTwofoursOne = \drummode {
\repeat unfold 8 { d4-> g4 }
}
bassThreefoursOne = \drummode {
\repeat unfold 8 { d4-> g4 g4 }
}
bassFourfoursOne = \drummode {
\repeat unfold 8 { d4\v g4 d4-> g4}
}
bassSixeightsOne = \drummode {
\repeat unfold 8 { d4. g4. }
}