pipeband-music/standards/standards.bass.ily

20 lines
308 B
Plaintext
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. }
}