1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Tune fixes

This commit is contained in:
Eric Teunis de Boone 2016-12-02 08:41:40 +01:00
parent 841101f3b8
commit c222ebaea3
24 changed files with 63 additions and 32 deletions

View file

@ -2,13 +2,12 @@
%% Globals
global = {
\time 4/4
\eighthBeaming
}
}
confTempo = {
\tempo 4 = 90
}
}
%% Format
part = { \partial 4 s4 }
part = { \partial 4 \grace {s4} s4 }
measure = { \grace { s4 } s1 | }
halfline = { \repeat unfold 2 { \measure } }
line = { \repeat unfold 2 { \halfline } }
@ -16,9 +15,3 @@ line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Flett from Flotta"
meter = "March"
composerSide = ""
composerTenor = ""
composerBass = ""
composerPipes = ""

View file

@ -2,8 +2,6 @@
\include "bagpipe.ly"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"