1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-06 15:54:41 +02:00
pipeband-music/standards/standards.bass.ily

20 lines
308 B
Text
Raw Normal View History

2016-12-28 17:11:07 +01:00
\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. }
}