2016-01-07 14:47:02 +01:00
|
|
|
\version "2.19.0"
|
|
|
|
%% Globals
|
|
|
|
global = {
|
|
|
|
\time 4/4
|
2016-11-28 08:27:26 +01:00
|
|
|
}
|
|
|
|
confTempo = {
|
2016-01-07 14:47:02 +01:00
|
|
|
\tempo 4 = 120
|
2016-11-28 08:27:26 +01:00
|
|
|
}
|
2016-01-07 14:47:02 +01:00
|
|
|
%% Format
|
|
|
|
part = { \partial 8 s8 }
|
2016-07-15 00:30:51 +02:00
|
|
|
measure = { \grace {s4} s1 | }
|
2016-06-21 16:14:55 +02:00
|
|
|
halfline = { \repeat unfold 2 { \measure } }
|
|
|
|
line = { \repeat unfold 2 { \halfline } }
|
2016-11-28 08:27:26 +01:00
|
|
|
emptyline = { R1*4}
|
2016-01-07 14:47:02 +01:00
|
|
|
|
|
|
|
%% Headers
|
|
|
|
title = "Molly Connell"
|
2016-06-21 16:14:55 +02:00
|
|
|
meter = "Strathspey"
|
2016-11-28 08:27:26 +01:00
|
|
|
dedication = "Dedicated to the wife of the Strathclyde tipper"
|