mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Template files generate a 'blank' page
This commit is contained in:
parent
b593538a43
commit
281446d41d
18 changed files with 41 additions and 33 deletions
|
@ -10,11 +10,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
%\line
|
||||||
}%Format
|
}%Format
|
||||||
\new DrumVoice = "bass" {
|
\new DrumVoice = "bass" {
|
||||||
\bassglobal
|
\bassglobal
|
||||||
|
\repeat unfold 8 { \bassA | \break } % Remove me
|
||||||
}%Bass
|
}%Bass
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,5 +14,5 @@ halfline = { \repeat unfold 4 \measure }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Title"
|
title = " "
|
||||||
meter = "Meter"
|
meter = " "
|
||||||
|
|
|
@ -22,11 +22,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%End of Format
|
}%End of Format
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
|
\repeat unfold 4 { \snareA | \break } % Remove me
|
||||||
}%End of side
|
}%End of side
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -35,14 +35,14 @@
|
||||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
} {
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
|
\repeat unfold 4 { \tenorA }
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "bass" \with {
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
instrumentName = \markup{ \instrumentBass }
|
instrumentName = \markup{ \instrumentBass }
|
||||||
shortInstrumentName = \markup{ \shortInstrumentBass }
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
} {
|
} {
|
||||||
\bassglobal
|
\bassglobal
|
||||||
|
\repeat unfold 4 { \bassA }
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
|
|
|
@ -15,12 +15,12 @@
|
||||||
}%Format
|
}%Format
|
||||||
%}
|
%}
|
||||||
\new Voice = "tune" {
|
\new Voice = "tune" {
|
||||||
|
\repeat unfold 4 { \songA | \break } % Remove me
|
||||||
}
|
}
|
||||||
\new Lyrics = "lyrics" {
|
\new Lyrics = "lyrics" {
|
||||||
\lyricsglobal
|
\lyricsglobal
|
||||||
\lyricsto "tune" {
|
\lyricsto "tune" {
|
||||||
|
\repeat unfold 4 { \lyricsA }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
|
|
|
@ -20,19 +20,20 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%End of Format
|
||||||
\new Voice = "tenor" {
|
\new DrumVoice = "tenor" {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
|
\repeat unfold 6 { \tenorA | \break } % Remove me
|
||||||
}%Tenor
|
}%End of Tenor
|
||||||
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "bass" \with {
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
instrumentName = \markup{ \instrumentBass }
|
instrumentName = \markup{ \instrumentBass }
|
||||||
shortInstrumentName = \markup{ \shortInstrumentBass }
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
} {
|
} {
|
||||||
\bassglobal
|
\bassglobal
|
||||||
|
\repeat unfold 6 { \bassA }
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
|
|
|
@ -6,4 +6,5 @@ arrangerBass = ""
|
||||||
bassglobal = {}
|
bassglobal = {}
|
||||||
% Music
|
% Music
|
||||||
bassA = \drummode {
|
bassA = \drummode {
|
||||||
|
s1
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,5 +5,8 @@ composerLyrics = ""
|
||||||
arrangerLyrics = ""
|
arrangerLyrics = ""
|
||||||
lyricsglobal = {}
|
lyricsglobal = {}
|
||||||
% Music
|
% Music
|
||||||
lyricsA = \drummode {
|
songA = {
|
||||||
|
s1
|
||||||
|
}
|
||||||
|
lyricsA = \lyricmode {
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,4 +8,5 @@ pipeglobal = {
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipesA = {
|
pipesA = {
|
||||||
|
s1
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,5 +8,5 @@ pipessecndglobal = {
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipessecndA = {
|
pipessecndA = {
|
||||||
|
s1
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,5 +8,5 @@ pipesthrdglobal = {
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipesthrdA = {
|
pipesthrdA = {
|
||||||
|
s1
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,4 +8,5 @@ sideglobal = {
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
snareA = \drummode {
|
snareA = \drummode {
|
||||||
|
s1
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,4 +6,5 @@ arrangerTenor = ""
|
||||||
tenorglobal = {}
|
tenorglobal = {}
|
||||||
% Music
|
% Music
|
||||||
tenorA = \drummode {
|
tenorA = \drummode {
|
||||||
|
s1
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,11 +21,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
|
\repeat unfold 4 { \pipesA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
||||||
} {
|
} {
|
||||||
\pipessecndglobal
|
\pipessecndglobal
|
||||||
|
\repeat unfold 4 { \pipessecndA | \break } % Remove me
|
||||||
}
|
}
|
||||||
%{ \new Staff = "thirds" \with {
|
%{ \new Staff = "thirds" \with {
|
||||||
instrumentName = \markup{ \instrumentPipesThrd }
|
instrumentName = \markup{ \instrumentPipesThrd }
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
|
\repeat unfold 8 { \pipesA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "seconds" {
|
\new Voice = "seconds" {
|
||||||
\pipessecndglobal
|
\pipessecndglobal
|
||||||
|
\repeat unfold 8 { \pipessecndA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "thirds" {
|
\new Voice = "thirds" {
|
||||||
\pipesthrdglobal
|
\pipesthrdglobal
|
||||||
|
\repeat unfold 8 { \pipesthrdA | \break } % Remove me
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
|
\repeat unfold 8 { \snareA | \break } % Remove me
|
||||||
}%Side
|
}%Side
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
% \line
|
||||||
}%Format
|
}%Format
|
||||||
\new DrumVoice = "tenor" {
|
\new DrumVoice = "tenor" {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
|
\repeat unfold 8 { \tenorA | \break } % Remove me
|
||||||
}%Tenor
|
}%Tenor
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue