pipeband-music/standards/standards.bass.ily

20 lines
308 B
Plaintext

\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. }
}