mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Templates: put instrument global into voice
This commit is contained in:
parent
10ce71c154
commit
09b58c5c0f
11 changed files with 22 additions and 31 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -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
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -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" {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
|
@ -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
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue