mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +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 }
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
} {
|
} {
|
||||||
\global
|
\global
|
||||||
|
\pipeglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
% \line
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
\pipeglobal
|
|
||||||
\repeat unfold 4 { \pipesA | \break } % Remove me
|
\repeat unfold 4 { \pipesA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
|
\pipeglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
% \line
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
\pipeglobal
|
|
||||||
\repeat unfold 8 { \pipesA | \break } % Remove me
|
\repeat unfold 8 { \pipesA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
|
\pipessecndglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
% \line
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "seconds" {
|
\new Voice = "seconds" {
|
||||||
\pipessecndglobal
|
|
||||||
\repeat unfold 8 { \pipessecndA | \break } % Remove me
|
\repeat unfold 8 { \pipessecndA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
|
\pipesthrdglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
% \line
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "thirds" {
|
\new Voice = "thirds" {
|
||||||
\pipesthrdglobal
|
|
||||||
\repeat unfold 8 { \pipesthrdA | \break } % Remove me
|
\repeat unfold 8 { \pipesthrdA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
|
|
Loading…
Reference in a new issue