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:
parent
841101f3b8
commit
c222ebaea3
24 changed files with 63 additions and 32 deletions
|
@ -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 = ""
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue