mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Wrong mode assigned: a \\major should have been a \\mixolydian
This commit is contained in:
parent
081caa3cbb
commit
c9aef893ab
125 changed files with 318 additions and 155 deletions
|
@ -2,10 +2,11 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
\key a \mixolydian
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 16 \grace{s1} s16}
|
||||
measure = { \grace {s1} s2 | }
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
composerPipes = ""
|
||||
arrangerPipes = "Paul Ward"
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
\key a \mixolydian
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace {s1} s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
\key a \mixolydian
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace { s4 } s8 }
|
||||
measure = { \grace { s4 } s2 | }
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
% <<TimeSig>> <<Title>>
|
||||
% 2/4 The Walrus
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "R. Mathieson"
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
}
|
||||
pipesA = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue