1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 14:04:41 +02:00
lilydrum/strathspeys/lady_mackenzie_of_fairburn/pipes.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

20 lines
No EOL
346 B
Text
Executable file

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\bagpipeKey
<<
{\repeat volta 2 { \part \line } \break \part \line \break \line \bar "|."}
{\pipesA s16 \pipesBA \pipesBB}
>>
}
\header {
title = "Lady MacKenzie of Fairburn"
meter = "Strathspey"
instrument = "Pipes"
}
}