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
2017-02-02 11:42:16 +01:00

82 lines
905 B
Text

\version "2.18.2"
\include "./standards.bass.ily"
\header {
title = "Standards"
instrument = "Bass"
}
\score {
\new PipeBandDrumStaff {
\time 2/4
\drummode {
\repeat volta 2 {
\bassTwofoursOne
}
}
}
\header {
title = "2/4 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 3/4
\drummode {
\repeat volta 3 {
\bassThreefoursOne
}
}
}
\header {
title = "3/4 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 4/4
\drummode {
\repeat volta 2 {
\bassFourfoursOne
}
}
}
\header {
title = "4/4 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 6/8
\drummode {
\repeat volta 2 {
\bassSixeightsOne
}
}
}
\header {
title = "6/8 Standard"
}
}
\score {
\new PipeBandDrumStaff {
\time 9/8
\drummode {
\repeat volta 2 {
\bassNineeightsOne
}
}
}
\header {
title = "9/8 Standard"
}
}