ly-styles/pipeband.sly

35 lines
590 B
Plaintext

%{
Pipeband Stylesheet
(expected to be in lib/styles/ )
Includes some defs from lib/styles/defs
%}
%% TODO: Change Me
\include "/home/ericteunis/projects/scoring/pipeband/music/defs.ily"
\version "2.19.80"
#(newline)
#(display "Fix BagpipeKey instance in repo")
#(display "**not** in stylesheet")
bagpipeKey = {
\key d \major
\accidentalStyle forget
}
#(ly:set-option 'relative-includes #t)
% Default Score Titling
\include "defs/header_default.ily"
% Seaforth Tagline
\include "defs/tagline_seaforth.ily"
\layout {
indent = 0.0
ragged-right = ##f
ragged-bottom = ##f
}