mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13: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
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
%\line
|
||||
}%Format
|
||||
\new DrumVoice = "bass" {
|
||||
\bassglobal
|
||||
|
||||
\repeat unfold 8 { \bassA | \break } % Remove me
|
||||
}%Bass
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -14,5 +14,5 @@ halfline = { \repeat unfold 4 \measure }
|
|||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Title"
|
||||
meter = "Meter"
|
||||
title = " "
|
||||
meter = " "
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\sideglobal
|
||||
|
||||
\repeat unfold 4 { \snareA | \break } % Remove me
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
|
@ -35,14 +35,14 @@
|
|||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
\repeat unfold 4 { \tenorA }
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" \with {
|
||||
instrumentName = \markup{ \instrumentBass }
|
||||
shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||
} {
|
||||
\bassglobal
|
||||
|
||||
\repeat unfold 4 { \bassA }
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
}%Format
|
||||
%}
|
||||
\new Voice = "tune" {
|
||||
|
||||
\repeat unfold 4 { \songA | \break } % Remove me
|
||||
}
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsglobal
|
||||
\lyricsto "tune" {
|
||||
|
||||
\repeat unfold 4 { \lyricsA }
|
||||
}
|
||||
}
|
||||
>>
|
||||
|
|
|
@ -20,19 +20,20 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
\new Voice = "tenor" {
|
||||
% \line
|
||||
}%End of Format
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorglobal
|
||||
|
||||
}%Tenor
|
||||
\repeat unfold 6 { \tenorA | \break } % Remove me
|
||||
}%End of Tenor
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" \with {
|
||||
instrumentName = \markup{ \instrumentBass }
|
||||
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||
} {
|
||||
\bassglobal
|
||||
|
||||
\repeat unfold 6 { \bassA }
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
|
|
|
@ -6,4 +6,5 @@ arrangerBass = ""
|
|||
bassglobal = {}
|
||||
% Music
|
||||
bassA = \drummode {
|
||||
s1
|
||||
}
|
||||
|
|
|
@ -5,5 +5,8 @@ composerLyrics = ""
|
|||
arrangerLyrics = ""
|
||||
lyricsglobal = {}
|
||||
% Music
|
||||
lyricsA = \drummode {
|
||||
songA = {
|
||||
s1
|
||||
}
|
||||
lyricsA = \lyricmode {
|
||||
}
|
||||
|
|
|
@ -8,4 +8,5 @@ pipeglobal = {
|
|||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
s1
|
||||
}
|
||||
|
|
|
@ -8,5 +8,5 @@ pipessecndglobal = {
|
|||
}
|
||||
% Music
|
||||
pipessecndA = {
|
||||
|
||||
s1
|
||||
}
|
||||
|
|
|
@ -8,5 +8,5 @@ pipesthrdglobal = {
|
|||
}
|
||||
% Music
|
||||
pipesthrdA = {
|
||||
|
||||
s1
|
||||
}
|
||||
|
|
|
@ -8,4 +8,5 @@ sideglobal = {
|
|||
}
|
||||
% Music
|
||||
snareA = \drummode {
|
||||
s1
|
||||
}
|
||||
|
|
|
@ -6,4 +6,5 @@ arrangerTenor = ""
|
|||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
s1
|
||||
}
|
||||
|
|
|
@ -21,11 +21,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
|
||||
\repeat unfold 4 { \pipesA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
|||
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
||||
} {
|
||||
\pipessecndglobal
|
||||
|
||||
\repeat unfold 4 { \pipessecndA | \break } % Remove me
|
||||
}
|
||||
%{ \new Staff = "thirds" \with {
|
||||
instrumentName = \markup{ \instrumentPipesThrd }
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
|
||||
\repeat unfold 8 { \pipesA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "seconds" {
|
||||
\pipessecndglobal
|
||||
|
||||
\repeat unfold 8 { \pipessecndA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%Format
|
||||
\new Voice = "thirds" {
|
||||
\pipesthrdglobal
|
||||
|
||||
\repeat unfold 8 { \pipesthrdA | \break } % Remove me
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%Format
|
||||
\new DrumVoice = "side" {
|
||||
\sideglobal
|
||||
|
||||
\repeat unfold 8 { \snareA | \break } % Remove me
|
||||
}%Side
|
||||
>>
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
\global
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
% \line
|
||||
}%Format
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorglobal
|
||||
|
||||
\repeat unfold 8 { \tenorA | \break } % Remove me
|
||||
}%Tenor
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue