mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Little error correction in template files
This commit is contained in:
parent
4c8e28ac13
commit
5741dc6924
8 changed files with 9 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
\global
|
||||
\bassglobal
|
||||
<<
|
||||
{ }
|
||||
{ }%Format
|
||||
{ }
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
\version "2.18.2"
|
||||
composerBass = ""
|
||||
bassglobal = {}
|
||||
% Music
|
||||
bassA = \drummode {
|
||||
}
|
||||
|
|
|
@ -5,5 +5,6 @@ composerPipes = ""
|
|||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
}
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
sideglobal = {}
|
||||
% Music
|
||||
\snareA = \drummode {
|
||||
}
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
}
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\pipeKey
|
||||
<<
|
||||
{ }
|
||||
{ }%Format
|
||||
{ }
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
{ }
|
||||
{ }%Format
|
||||
{ }
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
{}
|
||||
{}%Format
|
||||
{}
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue