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:
parent
39129866d8
commit
f24876228f
17 changed files with 221 additions and 39 deletions
|
|
@ -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 } } #} )
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue