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

Added bass for Alexander MacKenzie

This commit is contained in:
Eric Teunis de Boone 2016-10-27 12:03:24 +02:00
parent f504af07f5
commit 743099ea26
6 changed files with 110 additions and 26 deletions

View file

@ -0,0 +1,33 @@
\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
{
\repeat volta 2 { \line \break } \break
\repeat volta 2 { \part \halfline \break }
\alternative{ {\part \halfline \break}{\part \halfline \break} }
\bar "|."
}
{
\tenorAA s8
\tenorAB s8
\tenorBA s8
\tenorBB s8
r8 \tenorAB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}