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:
parent
34467eed03
commit
1d970d861f
19 changed files with 80 additions and 52 deletions
|
@ -2,6 +2,7 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\key d \major
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 40
|
||||
|
|
|
@ -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 ] |
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue