mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Tune fixes
This commit is contained in:
parent
841101f3b8
commit
c222ebaea3
24 changed files with 63 additions and 32 deletions
|
@ -26,6 +26,10 @@ pipesAA = {
|
|||
\pipesAAA
|
||||
\pipesAAB
|
||||
}
|
||||
pipesAB = {
|
||||
\pipesABA
|
||||
\pipesABB
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\dblc c8 [ e8 ] |
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
|
@ -15,12 +13,13 @@
|
|||
{
|
||||
\repeat volta 2 {
|
||||
\part \line \break
|
||||
\line \bar "|." \break
|
||||
}
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part \line \break
|
||||
\line \bar "|." \break
|
||||
}
|
||||
\line
|
||||
}
|
||||
}
|
||||
{
|
||||
\pipesAA
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -2,14 +2,13 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 8 \grace {s4} s8 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
%\include "./notes.tenor.ily"
|
||||
|
@ -55,7 +58,7 @@
|
|||
% }
|
||||
>>
|
||||
\header {
|
||||
title = {\title " (high)"}
|
||||
title = #(string-append title " (high)" )
|
||||
meter = \meter
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
|
@ -24,7 +26,7 @@
|
|||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
title = #(string-append title " (high)" )
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
|
|
|
@ -33,7 +33,7 @@ pipesBA = {
|
|||
\dblA A4 \grg A4 \grip A8 [ e8 ] \dblc c8 [ \gre a8 ] |
|
||||
\dblA A4 \grg A4 \grip A8 [ e8 ] \dblc c8 [ e8 ] |
|
||||
\thrwd d4 \grg f8. [ d16 ] \dblc c4 \grg e8. [ c16 ] |
|
||||
\dblb b4 \grg e4 \gra e8. [ f16 ] \grg e16. [ d32 ] c16. [ b32 ] |
|
||||
\dblb b4 \grg e4 \gra e8. [ f16 ] \grg e16. [ d32 c16. b32 ] |
|
||||
}
|
||||
|
||||
pipesBB = {
|
||||
|
|
|
@ -2,11 +2,10 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue