mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 23:13:31 +01:00
19 lines
249 B
Text
19 lines
249 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.tenor.ily"
|
||
|
|
||
|
\score {
|
||
|
\new PipeBandDrumStaff {
|
||
|
\global
|
||
|
<<
|
||
|
\formatA
|
||
|
\tenorA
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = "Farewell to Camraw"
|
||
|
meter = "Slow Air"
|
||
|
instrument = "Tenor"
|
||
|
}
|
||
|
}
|