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 { \score {
\new PipeBandDrumStaff { \new PipeBandDrumStaff {
\global \global
\bassglobal
<< <<
\new NullVoice = "format" \new NullVoice = "format" {
{
}%Format }%Format
\new DrumVoice { \new DrumVoice = "bass" {
\bassglobal
} }%Bass
>> >>
} }
\header { \header {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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