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

Fixed a few tunes

Template for seconds and thirds and a 'full' for pipes added
This commit is contained in:
Eric Teunis de Boone 2016-03-21 01:29:43 +01:00
parent 16d7896465
commit 35bf4dc8f3
51 changed files with 1090 additions and 517 deletions

View file

@ -7,8 +7,18 @@
\new PipeBandDrumStaff {
\global
<<
{\repeat unfold 2 {\repeat volta 2 { \part \line } \break }}
{\repeat unfold 2 {s16\tenorA}}
{
\repeat unfold 2 {
\repeat volta 2 {
\part \line
} \break
}
}
{
\repeat unfold 2 {
r8. \tenorA s4
}
}
>>
}
\header {
@ -17,4 +27,4 @@
instrument = \instrumentTenor
composer = \composerTenor
}
}
}