mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +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,7 +2,8 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
\key a \mixolydian
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 60
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\version "2.18.2"
|
||||
composerPipessecnd = ""
|
||||
pipessecndglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
pipessecndA = {
|
||||
\grg c16. [ f32 ] |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue