1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 21:39:17 +02:00

Edited scores to use PipeBandDrumStaff

This commit is contained in:
Eric Teunis de Boone 2015-11-05 03:28:25 +01:00
parent cd28625679
commit 34641ea703
51 changed files with 800 additions and 696 deletions

View file

@ -3,13 +3,14 @@
\include "lilydrum.ly"
\score {
\new DrumStaff {
\new PipeBandDrumStaff {
\time 5/4
\repeat volta 2 {
\repeat unfold 8 { d4-^ g d-> g d | }
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4-^ g d-> g d | }
}
}
}
\header {
title = "Cullen Bay"
meter = "March"

View file

@ -3,9 +3,10 @@
\include "lilydrum.ly"
\score {
\new DrumStaff {
\new PipeBandDrumStaff {
\time 5/4
\drummode {
\time 5/4
\repeat volta 4 {
d8-> g d g d-> g d4 d4 |
d8. g16 d8-> g8-> r8 g8 d4 d4 |
@ -19,7 +20,6 @@
}
}
}
\header {
title = "Cullen Bay"
meter = "March"