mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13: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 {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\bassglobal
|
||||
<<
|
||||
\new NullVoice = "format"
|
||||
{
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
\new DrumVoice {
|
||||
\new DrumVoice = "bass" {
|
||||
\bassglobal
|
||||
|
||||
}
|
||||
}%Bass
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -20,12 +20,12 @@
|
|||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||
} {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\sideglobal
|
||||
|
||||
}%End of side
|
||||
>>
|
||||
|
|
|
@ -23,13 +23,12 @@
|
|||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
|
|
|
@ -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" {
|
||||
|
||||
}
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -19,12 +19,12 @@
|
|||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
|
|
|
@ -8,15 +8,14 @@
|
|||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
|
||||
}
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,15 +8,14 @@
|
|||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipessecndglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "seconds" {
|
||||
\pipessecndglobal
|
||||
|
||||
}
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,15 +8,14 @@
|
|||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipesthrdglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "thirds" {
|
||||
\pipesthrdglobal
|
||||
|
||||
}
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,15 +8,14 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\sideglobal
|
||||
|
||||
}
|
||||
}%Side
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,15 +8,14 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorglobal
|
||||
|
||||
}
|
||||
}%Tenor
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
Loading…
Reference in a new issue