1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/standards/standards.bass.ly

64 lines
785 B
Text
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\header {
title = "Standards"
instrument = "Bass"
}
\score {
\new PipeBandDrumStaff {
\time 2/4
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4-> g4 }
}
}
}
\header {
title = "2/4 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 3/4
\drummode {
\repeat volta 3 {
\repeat unfold 8 { d4-> g4 g4 }
}
}
}
\header {
title = "3/4 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 4/4
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4\v g4 d4-> g4}
}
}
}
\header {
title = "4/4 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 6/8
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4. g4. }
}
}
}
\header {
title = "6/8 Standard"
}
}