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

Added some airs with lyrics, and updated templates accordingly

This commit is contained in:
Eric Teunis de Boone 2016-10-31 01:12:44 +01:00
parent 743099ea26
commit 39129866d8
59 changed files with 1544 additions and 693 deletions

View file

@ -9,12 +9,12 @@
\global
\lyricsglobal
<<
\new Voice = "format"
{ }%Format
% \new Voice = "tune"
% { }
% \new Voice = "format"
% { }%Format
\new Voice = "tune"
{ }
\new Lyrics = "lyrics" {
\lyricsto "format" {
\lyricsto "tune" {
}
}
@ -26,12 +26,13 @@
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 ":" } } #} )
}
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
}
}
@ -46,4 +47,3 @@
% }
% }
%}