ly-styles/cmpd.sly

53 lines
1.4 KiB
Plaintext

%{
Pipeband Stylesheet
for the Canadian Memorial Pipes and Drums of Holland
(expected to be in lib/styles/ )
Includes some defs from lib/styles/defs
%}
\version "2.19.80"
#(ly:set-option 'relative-includes #t)
\include "./pipeband.sly"
bandname = "Canadian Memorial Pipes and Drums"
bandnameFull = "Canadian Memorial Pipes and Drums of Holland"
bandnameTagline = \bandnameFull
bandnameShort = "CMPD"
bandUrl = "https://canadianmemorialpipesanddrums.nl"
% Reload the tagline
\include "./defs/tagline.ily"
% Reset the TitleMarkup
\paper {
scoreTitleMarkup = \markup {
\override #'(baseline-skip . 3)
\column {
\fill-line {
\column {
\large \bold \fromproperty #'header:title
\bold \fromproperty #'header:subtitle
}
\fromproperty #'header:meter
\column \right-align {
\fromproperty #'header:instrument
\line {
\fromproperty #'header:composer
$(if (and (ly:get-option 'header:composer) (ly:get-option 'header:arranger))
(markup " "))
$(if (ly:get-option 'header:arranger)
(markup " Arr."))
\italic \fromproperty #'header:arranger }
}
}
$(if (not (ly:get-option 'without-comment))
(markup #:justify-field 'header:comment)
(markup))
}
}
}