mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 06:53:32 +01:00
19 lines
282 B
Text
19 lines
282 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.side.ily"
|
||
|
|
||
|
\score {
|
||
|
\new PipeBandDrumStaff {
|
||
|
\global
|
||
|
<<
|
||
|
{\formatA \formatB}
|
||
|
{\snareA \snareB}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = "The Mist Covered Mountains"
|
||
|
meter = "Slow Air"
|
||
|
instrument = "Side"
|
||
|
}
|
||
|
}
|