1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 14:04:41 +02:00
lilydrum/airs/farewell_to_camraw/drums.ly
Eric Teunis de Boone 81255889cf Changed setup for five scores
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!
2015-11-09 05:59:05 +01:00

38 lines
No EOL
767 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
\snareA
>>
}
%\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
}
>>
\header {
title = "Farewell to Camraw"
meter = "Slow Air"
}
}