1
0
Fork 0
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:
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

@ -26,6 +26,10 @@ pipesAA = {
\pipesAAA
\pipesAAB
}
pipesAB = {
\pipesABA
\pipesABB
}
pipesBA = {
\dblc c8 [ e8 ] |

View file

@ -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

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"

View file

@ -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 } }

View file

@ -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 {

View file

@ -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

View file

@ -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 = {

View file

@ -2,11 +2,10 @@
%% Globals
global = {
\time 4/4
\eighthBeaming
}
}
confTempo = {
\tempo 4 = 90
}
}
%% Format
part = { \partial 4 s4 }
measure = { \grace { s4 } s1 | }

View file

@ -2,8 +2,7 @@
%% Globals
global = {
\time 4/4
\eighthBeaming
}
}
confTempo = {
\tempo 4 = 90