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/bass.ly
Normal file
33
airs/alexander_mackenzie/bass.ly
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\bassglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line \break } \break
|
||||
\repeat volta 2 { \halfline \break }
|
||||
\alternative{ {\halfline \break}{\halfline \break} }
|
||||
\bar "|."
|
||||
}
|
||||
{
|
||||
\bassAA
|
||||
\bassAB
|
||||
|
||||
\bassBA
|
||||
\bassBB
|
||||
\bassAB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentBass
|
||||
composer = \composerBass
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue