1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-06 15:54:41 +02:00
pipeband-music/strathspeys/lady_mackenzie_of_fairburn/full.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

53 lines
No EOL
1.1 KiB
Text
Executable file

\version "2.19.0"
\include "config.ily"
\include "notes.bass.ily"
\include "notes.tenor.ily"
\include "notes.side.ily"
\include "notes.pipes.ily"
\score {
\new StaffGroup <<
\new Staff {
\global
\bagpipeKey
\set PipeBandDrumStaff.instrumentName = #"Pipes "
\set PipeBandDrumStaff.shortInstrumentName = #"P."
<<
{\repeat volta 2 { \part \line } \break \part \line \break \line \bar "|."}
{\pipesA s16 \pipesBA \pipesBB}
>>
}
\new PipeBandDrumStaff = "side" {
\set PipeBandDrumStaff.instrumentName = #"Side "
\set PipeBandDrumStaff.shortInstrumentName = #"S.D. "
s16 \snareA s16
\snareBA \snareBB
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = #"Bass "
\set PipeBandDrumStaff.shortInstrumentName = #"B.D. "
s16
\bassA
s16
\bassBA
\bassBB
}
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = #"Tenor"
\set PipeBandDrumStaff.shortInstrumentName = #"T.D. "
s16
\tenorA
s16
\tenorBA
\tenorBB
}
>>
\header {
title = "Lady MacKenzie of Fairburn"
meter = "Strathspey"
}
}