1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Template update + Lyrics Green Berets

This commit is contained in:
Eric Teunis de Boone 2016-11-07 09:27:20 +01:00
parent 39129866d8
commit f24876228f
17 changed files with 221 additions and 39 deletions

View file

@ -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 } } #} )
}
}