Templates: put instrument global into voice

This commit is contained in:
Eric Teunis de Boone 2022-03-30 15:29:52 +02:00
parent 10ce71c154
commit 09b58c5c0f
11 changed files with 22 additions and 31 deletions

View File

@ -8,15 +8,14 @@
\score {
\new PipeBandDrumStaff {
\global
\bassglobal
<<
\new NullVoice = "format"
{
\new NullVoice = "format" {
}%Format
\new DrumVoice {
\new DrumVoice = "bass" {
\bassglobal
}
}%Bass
>>
}
\header {

View File

@ -20,12 +20,12 @@
shortInstrumentName = \markup{ \shortInstrumentSide }
} {
\global
\sideglobal
<<
\new NullVoice = "format" {
}%End of Format
\new DrumVoice = "side" {
\sideglobal
}%End of side
>>

View File

@ -23,13 +23,12 @@
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "pipes" {
\pipeglobal
}%Pipes
>>

View File

@ -9,7 +9,6 @@
\score {
\new Staff {
\global
\lyricsglobal
<<
%{ \new NullVoice = "format"{
@ -18,8 +17,8 @@
\new Voice = "tune" {
}
\new Lyrics = "lyrics" {
\lyricsglobal
\lyricsto "tune" {
}

View File

@ -17,16 +17,15 @@
instrumentName = \markup{ \instrumentTenor }
shortInstrumentName = \markup{ \shortInstrumentTenor }
} {
\tenorglobal
\global
<<
{
\new NullVoice = "format" {
}%Format
{
\new Voice = "tenor" {
\tenorglobal
}%Music
>>
}%Tenor
}
\new PipeBandDrumStaff = "bass" \with {
instrumentName = \markup{ \instrumentBass }

View File

@ -19,12 +19,12 @@
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "pipes" {
\pipeglobal
}%Pipes
>>

View File

@ -8,15 +8,14 @@
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "pipes" {
\pipeglobal
}
}%Pipes
>>
}
\header {

View File

@ -8,15 +8,14 @@
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "seconds" {
\pipessecndglobal
}
}%Pipes
>>
}
\header {

View File

@ -8,15 +8,14 @@
\score {
\new Staff {
\global
\pipesthrdglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "thirds" {
\pipesthrdglobal
}
}%Pipes
>>
}
\header {

View File

@ -8,15 +8,14 @@
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
}%Format
\new DrumVoice = "side" {
\sideglobal
}
}%Side
>>
}
\header {

View File

@ -8,15 +8,14 @@
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
\new NullVoice = "format" {
}%Format
\new DrumVoice = "tenor" {
\tenorglobal
}
}%Tenor
>>
}
\header {