1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Fixed Attribution of a few tunes

This commit is contained in:
Eric Teunis de Boone 2019-04-02 17:37:50 +02:00
parent 34467eed03
commit 1d970d861f
19 changed files with 80 additions and 52 deletions

View file

@ -2,6 +2,7 @@
%% Globals
global = {
\time 4/4
\key d \major
}
confTempo = {
\tempo 4 = 40

View file

@ -1,10 +1,11 @@
% 4/4 Highland Cathedral
% Pipes
\version "2.18.2"
composerPipes = "arr. Marc Gouswaart"
composerPipes = "M. Korb, U. Roever, 1982"
arrangerPipes = "Marc Gouswaart"
pipeglobal = {
\bagpipeKey
}
\key d \major
}
% Music
pipesA = {
d4. e16 [ f16 ] \dble e8 [ d8 ] \grg a8 [ d8 ] |

View file

@ -42,6 +42,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -59,5 +60,6 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}