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:
parent
f504af07f5
commit
743099ea26
6 changed files with 110 additions and 26 deletions
33
airs/alexander_mackenzie/tenor.ly
Normal file
33
airs/alexander_mackenzie/tenor.ly
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue