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 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