2016-01-07 14:47:02 +01:00
|
|
|
\version "2.19.0"
|
|
|
|
%% Globals
|
|
|
|
global = {
|
|
|
|
\time 4/4
|
|
|
|
\eighthBeaming
|
|
|
|
}
|
2016-03-11 23:56:40 +01:00
|
|
|
confTempo = {
|
|
|
|
\tempo 4 = 90
|
|
|
|
}
|
2016-01-07 14:47:02 +01:00
|
|
|
%% Format
|
2016-03-11 23:56:40 +01:00
|
|
|
part = { \partial 4 s4 }
|
2016-06-09 00:41:39 +02:00
|
|
|
measure = { \grace { s4 } s1 | }
|
2016-06-21 23:30:38 +02:00
|
|
|
halfline = { \repeat unfold 2 { \measure } }
|
2016-01-07 14:47:02 +01:00
|
|
|
line = { \repeat unfold 2 { \halfline } }
|
|
|
|
|
|
|
|
%% Headers
|
|
|
|
title = "Flett from Flotta"
|
|
|
|
meter = "March"
|
|
|
|
|
|
|
|
|
|
|
|
composerSide = ""
|
|
|
|
composerTenor = ""
|
|
|
|
composerBass = ""
|
2016-03-11 23:56:40 +01:00
|
|
|
composerPipes = ""
|