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,6 +2,7 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
\key a \mixolydian
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 78
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\version "2.18.2"
|
||||
composerPipes = "Arr. G. Rooney/Seaforths of Holland"
|
||||
pipeglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
pipesA = {
|
||||
\grg a8. [ b16 ] \grip c4 \grg e4 |
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\version "2.18.2"
|
||||
composerPipesSecnd = ""
|
||||
pipessecndglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
pipessecndA = {
|
||||
\grg c8. [ d16 ] \dble e4 \grg A4 |
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\version "2.18.2"
|
||||
composerPipesThrd = ""
|
||||
pipesthrdglobal = {
|
||||
\key a \major
|
||||
\key a \mixolydian
|
||||
}
|
||||
pipesthrdA = {
|
||||
\grg c8. [ d16 ] \grg e8 [ c8 ] \grg f8 [ A8 ] |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue