mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-18 05:06:37 +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
|
@ -1,7 +1,7 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
|
|
|
@ -6,7 +6,7 @@ titleAgira = "Cabar Feidh (Agira Version)"
|
|||
meterAgira = "March"
|
||||
instrumentPipesAgira = "Pipes"
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesAgiraA = {
|
||||
|
|
|
@ -6,7 +6,7 @@ meterCharge = "The Charge"
|
|||
titleCharge = "Cabar Feidh"
|
||||
instrumentPipesCharge = "Pipes"
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesChargeA = {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue