ly-styles/pipeband.sly

44 lines
780 B
Plaintext
Raw Permalink Normal View History

2018-12-27 11:08:42 +01:00
%{
Pipeband Stylesheet
(expected to be in lib/styles/ )
Includes some defs from lib/styles/defs
%}
\version "2.19.80"
%% TODO
2018-12-27 11:08:42 +01:00
#(newline)
#(display "Fix BagpipeKey instance in repo")
#(display "**not** in stylesheet")
bagpipeKey = {
\key d \major
\accidentalStyle forget
}
#(ly:set-option 'relative-includes #t)
%% TODO: Change Me
\include "../../pipeband/music/defs.ily"
2018-12-27 11:08:42 +01:00
% Default Score Titling
\include "defs/header_default.ily"
2019-02-12 09:25:53 +01:00
bandname = "Seaforth Highlanders of Holland"
bandnameFull = "Seaforth Highlanders of Holland Memorial Pipes and Drums"
2023-05-17 12:48:06 +02:00
bandnameTagline = "Seaforth's of Holland"
2019-02-12 09:25:53 +01:00
bandnameShort = "Seaf"
bandUrl = "https://seaforth.nl"
2019-02-12 09:25:53 +01:00
2018-12-27 11:08:42 +01:00
% Seaforth Tagline
\include "defs/tagline.ily"
2018-12-27 11:08:42 +01:00
\layout {
indent = 0.0
ragged-right = ##f
ragged-bottom = ##f
}