mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 00:13:30 +01:00
Moved \pipeglobal for keysignature fix in template
This commit is contained in:
parent
e42f33373f
commit
f8858aa34c
4 changed files with 4 additions and 4 deletions
|
@ -19,12 +19,12 @@
|
|||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
\repeat unfold 4 { \pipesA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
\repeat unfold 8 { \pipesA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipessecndglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "seconds" {
|
||||
\pipessecndglobal
|
||||
\repeat unfold 8 { \pipessecndA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipesthrdglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "thirds" {
|
||||
\pipesthrdglobal
|
||||
\repeat unfold 8 { \pipesthrdA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
|
|
Loading…
Reference in a new issue