1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Split out Standards for Bass and Side

This commit is contained in:
Eric Teunis de Boone 2016-12-28 17:11:07 +01:00
parent 11792eab14
commit 8f86f53840
4 changed files with 139 additions and 69 deletions

View file

@ -1,6 +1,7 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./standards.bass.ily"
\header {
title = "Standards"
instrument = "Bass"
@ -11,7 +12,7 @@
\time 2/4
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4-> g4 }
\bassTwofoursOne
}
}
}
@ -19,14 +20,14 @@
title = "2/4 Standard"
}
}
\break
\score {
\new PipeBandDrumStaff {
\time 3/4
\drummode {
\repeat volta 3 {
\repeat unfold 8 { d4-> g4 g4 }
\bassThreefoursOne
}
}
}
@ -34,14 +35,14 @@
title = "3/4 Standard"
}
}
\break
\score {
\new PipeBandDrumStaff {
\time 4/4
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4\v g4 d4-> g4}
\bassFourfoursOne
}
}
}
@ -49,14 +50,14 @@
title = "4/4 Standard"
}
}
\break
\score {
\new PipeBandDrumStaff {
\time 6/8
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4. g4. }
\bassSixeightsOne
}
}
}