1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/standards/standards.bass.ily
2017-02-02 11:42:16 +01:00

38 lines
501 B
Text

\version "2.18.2"
\include "lilydrum.ly"
bassTwofoursOne = \drummode {
\repeat unfold 8 { d4-> g4 }
}
bassThreefoursOne = \drummode {
\repeat unfold 4 { d4-> g4 g4 }
}
bassFourfoursOne = \drummode {
\repeat unfold 4 { d4\v g4 d4-> g4}
}
bassSixeightsOne = \drummode {
\repeat unfold 8 { d4. g4. }
}
bassNineeightsOne = \drummode {
bd4.-> 4. 4.
|
4-> 8 4.-> 4.
|
4.-> 4. r4 bd8
|
bd8-> \parenthesize 8 8 4.-> r4
bd8 |
4.-> 4. 4.
|
4-> 8 4.-> 4.
|
4-> 8 4. 4.
|
4-> 8 4. r4.
}