1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-06-18 05:06:37 +02:00

Merge branch 'tunekeys'

This commit is contained in:
Eric Teunis de Boone 2019-04-02 17:49:59 +02:00
commit 72139f6b3f
172 changed files with 521 additions and 336 deletions

View file

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

View file

@ -1,10 +1,11 @@
% 4/4 Dawning of the Day
% Pipes
\version "2.18.2"
composerPipes = "Trad., arr. PM T.F.J. de Boone"
composerPipes = "Trad."
arrangerPipes = "PM T.F.J. de Boone"
pipeglobal = {
\bagpipeKey
}
\key a \mixolydian
}
% Music
pipeAlines = {
\grg a8 [ b8 ] |

View file

@ -1,10 +1,11 @@
% 4/4 Dawning of the Day
% Pipes (Seconds)
\version "2.18.2"
composerPipessecnd = "Trad., arr. PM T.F.J. de Boone"
composerPipesSecnd = "Trad."
arrangerPipesSecnd = "PM T.F.J. de Boone"
pipessecndglobal = {
\bagpipeKey
}
\key a \mixolydian
}
pipessecndAA = {
\grg c8 [ d8 ] |
\grg e4 \grG e4 \grg e4 \grg d8 [ e8 ] |

View file

@ -45,11 +45,11 @@
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
$(if (not (string=? "" composerPipesSecnd)) #{ \markup {\line { \composerPipesSecnd ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
$(if (not (string=? "" composerPipesSecnd)) #{ \markup {\line { \instrumentPipesSecnd }}#} )
}
}
}

View file

@ -29,6 +29,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -44,4 +45,11 @@
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -26,10 +26,12 @@
\header {
title = \title
meter = \meter
instrument = \instrumentPipessecnd
composer = \composerPipessecnd
instrument = \instrumentPipesSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}\score {
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
@ -42,4 +44,11 @@
\pipessecndBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipesSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}