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

@ -1,7 +1,7 @@
% 2/4 The Barren Rocks of Aden
% Pipes
\version "2.18.2"
composerPipes = ""
composerPipes = "A. MacKellar, 78th Seaforth Highlanders"
arrangerPipes = ""
pipeglobal = {
\bagpipeKey

View File

@ -1,7 +1,7 @@
% 2/4 Pipers Cave
% Pipes
\version "2.18.2"
composerPipes = "PM J. Sutherland, 1936"
composerPipes = "PM J. Sutherland, Seaforth Higlanders (1936)"
arrangerPipes = ""
pipeglobal = {
\bagpipeKey

View File

@ -1,7 +1,7 @@
% 3/4 Green Hills of Tyrol
% Pipes
\version "2.18.2"
composerPipes = "PM J. MacLeod"
composerPipes = "PM J. MacLeod"% 93rd Sutherland Highlanders
arrangerPipes = "1936"
pipeglobal = {
\bagpipeKey

View File

@ -1,7 +1,7 @@
% 3/4 Torosay Castle
% Pipes
\version "2.18.2"
composerPipes = "PM J. Laurie"
composerPipes = "PM J. Laurie"% Argyll and Sutherland Highlanders
pipeglobal = {
\bagpipeKey
}

View File

@ -1,7 +1,9 @@
% 6/8 Glendaruel Highlendars
% Pipes
\version "2.18.2"
composerPipes = "PM A. Fettes"
composerPipes = "PM A. Fettes"% Gordon Highlanders
composerPipesAdd = ", pts 3 & 4 PM D. R. MacLennan" % Seaforth Highlanders
composerPipes = \markup { \composerPipes \composerPipesAdd }
arrangerPipes = ""
pipeglobal = {
\bagpipeKey

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
}
}