pipeband-music/standards/standards.bass.ly

68 lines
744 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
2016-12-28 17:11:07 +01:00
\include "./standards.bass.ily"
2016-01-07 14:47:02 +01:00
\header {
title = "Standards"
instrument = "Bass"
}
\score {
\new PipeBandDrumStaff {
\time 2/4
\drummode {
\repeat volta 2 {
2016-12-28 17:11:07 +01:00
\bassTwofoursOne
2016-01-07 14:47:02 +01:00
}
}
}
\header {
title = "2/4 Standard"
}
}
2016-12-28 17:11:07 +01:00
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\time 3/4
\drummode {
\repeat volta 3 {
2016-12-28 17:11:07 +01:00
\bassThreefoursOne
2016-01-07 14:47:02 +01:00
}
}
}
\header {
title = "3/4 Standard"
}
}
2016-12-28 17:11:07 +01:00
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\time 4/4
\drummode {
\repeat volta 2 {
2016-12-28 17:11:07 +01:00
\bassFourfoursOne
2016-01-07 14:47:02 +01:00
}
}
}
\header {
title = "4/4 Standard"
}
}
2016-12-28 17:11:07 +01:00
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\time 6/8
\drummode {
\repeat volta 2 {
2016-12-28 17:11:07 +01:00
\bassSixeightsOne
2016-01-07 14:47:02 +01:00
}
}
}
\header {
title = "6/8 Standard"
}
2016-05-24 11:24:04 +02:00
}