Moved \pipeglobal for keysignature fix in template

This commit is contained in:
Eric Teunis de Boone 2022-11-01 16:19:31 +01:00
parent e42f33373f
commit f8858aa34c
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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