mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-16 04:49:22 +02:00
Added Dependencies: svenax's bagpipemusic for his definitions
and lilydrum for drum definitions
This commit is contained in:
parent
e4b226c55d
commit
dd45601514
6 changed files with 108 additions and 3 deletions
22
defs/defs.ly
Normal file
22
defs/defs.ly
Normal file
|
@ -0,0 +1,22 @@
|
|||
% =================================================== %
|
||||
% *Shorts* for Naming %
|
||||
% =================================================== %
|
||||
|
||||
instrumentSide = "Side"
|
||||
instrumentTenor = "Tenor"
|
||||
instrumentBass = "Bass"
|
||||
instrumentPipes = "Pipes"
|
||||
instrumentPipessecnd = "Seconds"
|
||||
instrumentPipesthrd = "Thirds"
|
||||
shortInstrumentSide = "S.D."
|
||||
shortInstrumentTenor = "T.D."
|
||||
shortInstrumentBass = "B.D."
|
||||
shortInstrumentPipes = "P."
|
||||
shortInstrumentPipessecnd = "P.2"
|
||||
shortInstrumentPipesthrd = "P.3"
|
||||
composerSide = ""
|
||||
composerTenor = ""
|
||||
composerBass = ""
|
||||
composerPipes = ""
|
||||
composerPipessecnd = ""
|
||||
composerPipesthrd = ""
|
42
defs/header_book.ily
Normal file
42
defs/header_book.ily
Normal file
|
@ -0,0 +1,42 @@
|
|||
%{
|
||||
Header formatting for tunes. Customize to get your name in the tag line.
|
||||
%}
|
||||
|
||||
\version "2.16.0"
|
||||
|
||||
today = #(strftime "%B %e, %Y" (localtime (current-time)))
|
||||
|
||||
\paper {
|
||||
raggedbottom = ##t
|
||||
tagline = \markup {
|
||||
\line {
|
||||
"ET de Boone, Seaforths of Holland,"
|
||||
\concat { "(rev. " \today ")" }
|
||||
}
|
||||
}
|
||||
bookTitleMarkup = \markup {
|
||||
\override #'(baseline-skip . 3.5)
|
||||
\column {
|
||||
\fill-line { \fromproperty #'header:dedication }
|
||||
\override #'(baseline-skip . 3.5)
|
||||
\column {
|
||||
\huge \larger \bold
|
||||
\fill-line {
|
||||
\larger \fromproperty #'header:title
|
||||
}
|
||||
\fill-line {
|
||||
\large \smaller \bold
|
||||
\larger \fromproperty #'header:subtitle
|
||||
}
|
||||
\fill-line {
|
||||
\smaller \bold
|
||||
\fromproperty #'header:source
|
||||
}
|
||||
\fill-line {
|
||||
\line { \fromproperty #'header:meter }
|
||||
\line { \fromproperty #'header:composer " " \italic \fromproperty #'header:arranger }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
39
defs/header_default.ily
Normal file
39
defs/header_default.ily
Normal file
|
@ -0,0 +1,39 @@
|
|||
%{
|
||||
Header formatting for tunes. Customize to get your name in the tag line.
|
||||
%}
|
||||
|
||||
\version "2.16.0"
|
||||
|
||||
today = #(strftime "%B %e, %Y" (localtime (current-time)))
|
||||
|
||||
\paper {
|
||||
tagline = \markup {
|
||||
\line {
|
||||
"ET de Boone, Seaforths of Holland,"
|
||||
\concat { "(rev. " \today ")" }
|
||||
}
|
||||
}
|
||||
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 " "))
|
||||
\italic \fromproperty #'header:arranger }
|
||||
}
|
||||
}
|
||||
$(if (not (ly:get-option 'without-comment))
|
||||
(markup #:justify-field 'header:comment)
|
||||
(markup))
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue