2019-02-02 12:23:54 +01:00
|
|
|
\version "2.19.0"
|
|
|
|
%% Globals
|
|
|
|
global = {
|
|
|
|
\key d \major
|
|
|
|
\time 4/4
|
2019-04-02 18:11:14 +02:00
|
|
|
}
|
2019-02-02 12:23:54 +01:00
|
|
|
confTempo = {
|
|
|
|
\tempo 4 = 80
|
2019-04-02 18:11:14 +02:00
|
|
|
}
|
2019-02-02 12:23:54 +01:00
|
|
|
%% Format
|
2019-02-12 05:29:41 +01:00
|
|
|
part = { \partial 4 \grace{s4.} s4 }
|
2019-02-02 12:23:54 +01:00
|
|
|
measure = { \grace {s1} s1 | }
|
2019-02-12 05:29:41 +01:00
|
|
|
quartline = { \repeat unfold 2 \measure }
|
|
|
|
halfline = { \repeat unfold 2 \quartline }
|
|
|
|
line = { \repeat unfold 2 \halfline }
|
2019-02-02 12:23:54 +01:00
|
|
|
|
|
|
|
%% Headers
|
2019-02-12 05:29:41 +01:00
|
|
|
title = "The Rose of Kelvingrove"
|
2019-02-02 12:23:54 +01:00
|
|
|
meter = "Air"
|