mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Tune fixes
This commit is contained in:
parent
841101f3b8
commit
c222ebaea3
24 changed files with 63 additions and 32 deletions
|
@ -12,7 +12,7 @@ pipesA = {
|
||||||
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
|
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
|
||||||
\grg d8 [ f8 ] \dble e4 c4 |
|
\grg d8 [ f8 ] \dble e4 c4 |
|
||||||
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
|
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
|
||||||
\grg \triplet { f8 e8 c8 } \grg b2 |
|
\grg \tuplet 3/2 { f8 e8 c8 } \grg b2 |
|
||||||
|
|
||||||
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
|
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
|
||||||
\grg d8 [ f8 ] \dble e4 c4 |
|
\grg d8 [ f8 ] \dble e4 c4 |
|
||||||
|
@ -24,7 +24,7 @@ pipesB = {
|
||||||
\grg f8. [ g16 ] \dblA A4~ A8 [ g8 ] |
|
\grg f8. [ g16 ] \dblA A4~ A8 [ g8 ] |
|
||||||
\grA f8 [ A8 ] \hdble e4 \grd c4 |
|
\grA f8 [ A8 ] \hdble e4 \grd c4 |
|
||||||
\grg a8. [ b16 ] \grip c4~ c8 [ f8 ] |
|
\grg a8. [ b16 ] \grip c4~ c8 [ f8 ] |
|
||||||
\dble \triplet { e8 [ d8 c8 ] } \grg b2
|
\dble \tuplet 3/2 { e8 [ d8 c8 ] } \grg b2
|
||||||
}
|
}
|
||||||
|
|
||||||
pipesBA = {
|
pipesBA = {
|
||||||
|
|
|
@ -26,6 +26,10 @@ pipesAA = {
|
||||||
\pipesAAA
|
\pipesAAA
|
||||||
\pipesAAB
|
\pipesAAB
|
||||||
}
|
}
|
||||||
|
pipesAB = {
|
||||||
|
\pipesABA
|
||||||
|
\pipesABB
|
||||||
|
}
|
||||||
|
|
||||||
pipesBA = {
|
pipesBA = {
|
||||||
\dblc c8 [ e8 ] |
|
\dblc c8 [ e8 ] |
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
\include "bagpipe.ly"
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
\include "bagpipe.ly"
|
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
@ -15,12 +13,13 @@
|
||||||
{
|
{
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \line \break
|
\part \line \break
|
||||||
\line \bar "|." \break
|
\line
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \line \break
|
\part \line \break
|
||||||
\line \bar "|." \break
|
\line
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\pipesAA
|
\pipesAA
|
||||||
|
|
|
@ -2,13 +2,12 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
\eighthBeaming
|
}
|
||||||
}
|
|
||||||
confTempo = {
|
confTempo = {
|
||||||
\tempo 4 = 90
|
\tempo 4 = 90
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 4 s4 }
|
part = { \partial 4 \grace {s4} s4 }
|
||||||
measure = { \grace { s4 } s1 | }
|
measure = { \grace { s4 } s1 | }
|
||||||
halfline = { \repeat unfold 2 { \measure } }
|
halfline = { \repeat unfold 2 { \measure } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
@ -16,9 +15,3 @@ line = { \repeat unfold 2 { \halfline } }
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Flett from Flotta"
|
title = "Flett from Flotta"
|
||||||
meter = "March"
|
meter = "March"
|
||||||
|
|
||||||
|
|
||||||
composerSide = ""
|
|
||||||
composerTenor = ""
|
|
||||||
composerBass = ""
|
|
||||||
composerPipes = ""
|
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
\include "bagpipe.ly"
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
\include "bagpipe.ly"
|
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
|
|
@ -2,14 +2,13 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
\eighthBeaming
|
}
|
||||||
}
|
|
||||||
|
|
||||||
confTempo = {
|
confTempo = {
|
||||||
\tempo 4 = 90
|
\tempo 4 = 90
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 8 s8 }
|
part = { \partial 8 \grace {s4} s8 }
|
||||||
measure = { \grace { s4 } s1 | }
|
measure = { \grace { s4 } s1 | }
|
||||||
halfline = { \repeat unfold 2 { \measure } }
|
halfline = { \repeat unfold 2 { \measure } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
\version "2.19.0"
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
%\include "./notes.bass.ily"
|
%\include "./notes.bass.ily"
|
||||||
%\include "./notes.tenor.ily"
|
%\include "./notes.tenor.ily"
|
||||||
|
@ -55,7 +58,7 @@
|
||||||
% }
|
% }
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = {\title " (high)"}
|
title = #(string-append title " (high)" )
|
||||||
meter = \meter
|
meter = \meter
|
||||||
composer = \markup \large {
|
composer = \markup \large {
|
||||||
\column \right-align {
|
\column \right-align {
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
@ -24,7 +26,7 @@
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = #(string-append title " (high)" )
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
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 [ \gre a8 ] |
|
||||||
\dblA A4 \grg A4 \grip A8 [ e8 ] \dblc c8 [ e8 ] |
|
\dblA A4 \grg A4 \grip A8 [ e8 ] \dblc c8 [ e8 ] |
|
||||||
\thrwd d4 \grg f8. [ d16 ] \dblc c4 \grg e8. [ c16 ] |
|
\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 = {
|
pipesBB = {
|
||||||
|
|
|
@ -2,11 +2,10 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
\eighthBeaming
|
}
|
||||||
}
|
|
||||||
confTempo = {
|
confTempo = {
|
||||||
\tempo 4 = 90
|
\tempo 4 = 90
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 4 s4 }
|
part = { \partial 4 s4 }
|
||||||
measure = { \grace { s4 } s1 | }
|
measure = { \grace { s4 } s1 | }
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
\eighthBeaming
|
}
|
||||||
}
|
|
||||||
|
|
||||||
confTempo = {
|
confTempo = {
|
||||||
\tempo 4 = 90
|
\tempo 4 = 90
|
||||||
|
|
10
sets/set_5.full.ly
Normal file
10
sets/set_5.full.ly
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||||
|
|
||||||
|
|
||||||
|
%Scores
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/full.ly"
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/wings/full.ly"
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/rowan_tree/full.ly"
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/high-full.ly"
|
10
sets/set_5.pipes.ly
Normal file
10
sets/set_5.pipes.ly
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\paper {#(define page-breaking ly:minimal-breaking)}
|
||||||
|
|
||||||
|
|
||||||
|
%Scores
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/pipes.ly"
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/wings/pipes.ly"
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/rowan_tree/pipes.ly"
|
||||||
|
\include "/home/ericteunis/public/www/pipeband-drumming/music/4-4_marches/scotland_the_brave/pipes-high.ly"
|
|
@ -1,4 +1,6 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
% Midparts
|
% Midparts
|
||||||
midone = \drummode {
|
midone = \drummode {
|
||||||
d8:32( \dr |
|
d8:32( \dr |
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
% Midparts
|
% Midparts
|
||||||
midone = \drummode {
|
midone = \drummode {
|
||||||
\flamd d8 \dr d8:32( \tuplet 3/2 { g16) d16 g16 } \flamd d16. g32 \tuplet 3/2 { d16 g16 d16 } \flamg g8 \fr |
|
\flamd d8 \dr d8:32( \tuplet 3/2 { g16) d16 g16 } \flamd d16. g32 \tuplet 3/2 { d16 g16 d16 } \flamg g8 \fr |
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
% Midpart
|
% Midpart
|
||||||
midone = \drummode {
|
midone = \drummode {
|
||||||
\flamd d8. \dr g16 d8 d4.:32( |
|
\flamd d8. \dr g16 d8 d4.:32( |
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
\header {
|
\header {
|
||||||
title = "Standards"
|
title = "Standards"
|
||||||
instrument = "Bass"
|
instrument = "Bass"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
\header {
|
\header {
|
||||||
instrument = "Tenor"
|
instrument = "Tenor"
|
||||||
title = "Standards"
|
title = "Standards"
|
||||||
|
|
|
@ -24,5 +24,6 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentBass
|
instrument = \instrumentBass
|
||||||
composer = \composerBass
|
composer = \composerBass
|
||||||
|
arranger = \arrangerBass
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\score {
|
\score {
|
||||||
|
@ -37,5 +38,6 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentSecnd
|
instrument = \instrumentSecnd
|
||||||
composer = \composerPipesSecnd
|
composer = \composerPipesSecnd
|
||||||
|
arranger = \arrangerPipesSecnd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\score {
|
\score {
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentSecnd
|
instrument = \instrumentSecnd
|
||||||
composer = \composerPipesSecnd
|
composer = \composerPipesSecnd
|
||||||
|
arranger = \arrangerPipesSecnd
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentThrd
|
instrument = \instrumentThrd
|
||||||
composer = \composerPipesthrd
|
composer = \composerPipesthrd
|
||||||
|
arranger = \arrangerPipesthrd
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\score {
|
\score {
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentThrd
|
instrument = \instrumentThrd
|
||||||
composer = \composerPipesthrd
|
composer = \composerPipesthrd
|
||||||
|
arranger = \arrangerPipesthrd
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,5 +24,6 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentSide
|
instrument = \instrumentSide
|
||||||
composer = \composerSide
|
composer = \composerSide
|
||||||
|
arranger = \arrangerSide
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,5 +24,6 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentTenor
|
instrument = \instrumentTenor
|
||||||
composer = \composerTenor
|
composer = \composerTenor
|
||||||
|
arranger = \arrangerTenor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue