1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Updated Composers from QoHldrs Settings Book

This commit is contained in:
Eric Teunis de Boone 2019-03-04 02:38:56 +01:00
parent 736a01c6a3
commit 1973fa2c44
10 changed files with 14 additions and 9 deletions

View file

@ -13,5 +13,5 @@ halfline = { \repeat unfold 2 { \measure } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Abide with Me"
title = "Abide with Me (Eventide)"
meter = "Hymn"

View file

@ -61,7 +61,7 @@
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes \arrangerPipes ":" }} #} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )

View file

@ -32,7 +32,7 @@
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes \arrangerPipes ":" } } #} )
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
}
\column \right-align {

View file

@ -1,7 +1,8 @@
% 4/4 Abide with Me
% Pipes
\version "2.18.2"
composerPipes = "J.J. van Ommen Kloeke"
composerPipes = "W. H. Monk"
arrangerPipes = "J.J. van Ommen Kloeke"
pipeglobal = {
\bagpipeKey
}

View file

@ -28,6 +28,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -42,5 +43,6 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}