mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Template update + Lyrics Green Berets
This commit is contained in:
parent
39129866d8
commit
f24876228f
17 changed files with 221 additions and 39 deletions
|
@ -6,10 +6,15 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\bassglobal
|
||||
\bassglobal
|
||||
<<
|
||||
{ }%Format
|
||||
{ }
|
||||
\new NullVoice = "format"
|
||||
{
|
||||
|
||||
}%Format
|
||||
\new DrumVoice {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -14,8 +14,12 @@
|
|||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
<<
|
||||
{ }%Format
|
||||
{ }%Music
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
|
|
|
@ -16,17 +16,20 @@
|
|||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{}%Format
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes"
|
||||
{}%Pipes
|
||||
\new Voice = "pipes" {
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics"
|
||||
% {}
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
|
|
|
@ -9,13 +9,17 @@
|
|||
\global
|
||||
\lyricsglobal
|
||||
<<
|
||||
% \new Voice = "format"
|
||||
% { }%Format
|
||||
\new Voice = "tune"
|
||||
{ }
|
||||
% \new NullVoice = "format"{
|
||||
%
|
||||
% }%Format
|
||||
|
||||
\new Voice = "tune" {
|
||||
|
||||
}
|
||||
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsto "tune" {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
>>
|
||||
|
@ -26,12 +30,11 @@
|
|||
instrument = \instrumentLyrics
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
|
||||
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,10 +13,12 @@
|
|||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{ }%Format
|
||||
\new Voice = "pipes"
|
||||
{ }%Pipes
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
|
|
|
@ -8,8 +8,13 @@
|
|||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{ }%Format
|
||||
{ }
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,8 +8,13 @@
|
|||
\global
|
||||
\pipessecndglobal
|
||||
<<
|
||||
{ }%Format
|
||||
{ }
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "seconds" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,8 +8,13 @@
|
|||
\global
|
||||
\pipesthrdglobal
|
||||
<<
|
||||
{ }%Format
|
||||
{ }
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "thirds" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -6,10 +6,15 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
\sideglobal
|
||||
<<
|
||||
{ }%Format
|
||||
{ }
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -8,8 +8,13 @@
|
|||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
{}%Format
|
||||
{}
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue