mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 23:13:31 +01:00
81255889cf
Morag of Dunvegan Farewell to Camraw The Mist Covered Mountains Molly Connell Lady MacKenzie of Fairburn Note that Fairburn also has the tune itself. Fullscore prints nicely!
39 lines
No EOL
809 B
Text
Executable file
39 lines
No EOL
809 B
Text
Executable file
\version "2.19.0"
|
|
|
|
\include "config.ily"
|
|
%\include "notes.bass.ily"
|
|
\include "notes.tenor.ily"
|
|
\include "notes.side.ily"
|
|
|
|
\score {
|
|
\new StaffGroup <<
|
|
\new PipeBandDrumStaff = "side" {
|
|
\set PipeBandDrumStaff.instrumentName = #"Side "
|
|
\set PipeBandDrumStaff.shortInstrumentName = #"S.D. "
|
|
|
|
\global
|
|
<<
|
|
{\formatA \formatB }
|
|
{\snareA \snareB }
|
|
>>
|
|
}
|
|
%\new PipeBandDrumStaff = "bass" {
|
|
% \set PipeBandDrumStaff.instrumentName = #"Bass "
|
|
% \set PipeBandDrumStaff.shortInstrumentName = #"B.D. "
|
|
%
|
|
% \bassA
|
|
% \bassB
|
|
%}
|
|
\new PipeBandDrumStaff = "tenor" {
|
|
\set PipeBandDrumStaff.instrumentName = #"Tenor"
|
|
\set PipeBandDrumStaff.shortInstrumentName = #"T.D. "
|
|
|
|
\tenorA
|
|
\tenorB
|
|
}
|
|
>>
|
|
\header {
|
|
title = "The Mist Covered Mountains"
|
|
meter = "Slow Air"
|
|
}
|
|
} |