mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Everything has been reformatted and rebroken.
This commit is contained in:
parent
c280bb11ec
commit
c13352e373
3 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
||||||
%\pageBreak
|
%\pageBreak
|
||||||
|
|
||||||
%\tocItem \markup "Athole Cummers"
|
%\tocItem \markup "Athole Cummers"
|
||||||
%\include "strathspeys/athole_cummers.ly"
|
|
||||||
%\pageBreak
|
%\pageBreak
|
||||||
|
|
||||||
%\tocItem \markup "Blair Drummond"
|
%\tocItem \markup "Blair Drummond"
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
% Bring in the time/date package. Set format to month day, year
|
% Bring in the time/date package. Set format to month day, year
|
||||||
|
|
||||||
#(use-modules (srfi srfi-19))
|
#(use-modules (srfi srfi-19))
|
||||||
today = #(date->string (current-date) "~B ~d, ~Y")
|
today = #(date->string (current-date) "~B ~e, ~Y")
|
||||||
|
|
||||||
\paper {
|
\paper {
|
||||||
raggedbottom = ##t
|
raggedbottom = ##t
|
||||||
tagline = \markup {
|
tagline = \markup {
|
||||||
\line {
|
\line {
|
||||||
"Rev. " \today
|
"Rev. " \today
|
||||||
#(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash
|
#(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash
|
||||||
"P/S Sven Axelsson, MPD"
|
"P/S Sven Axelsson, MPD"
|
||||||
}
|
}
|
||||||
|
@ -27,9 +27,9 @@ today = #(date->string (current-date) "~B ~d, ~Y")
|
||||||
\bold \fromproperty #'header:subtitle
|
\bold \fromproperty #'header:subtitle
|
||||||
}
|
}
|
||||||
\fromproperty #'header:meter
|
\fromproperty #'header:meter
|
||||||
\line { \fromproperty #'header:composer " " \italic \fromproperty #'header:arranger }
|
\line { \fromproperty #'header:composer " " \italic \fromproperty #'header:arranger }
|
||||||
}
|
}
|
||||||
#(ly:export (if (not (ly:get-option 'without-comment))
|
#(ly:export (if (not (ly:get-option 'without-comment))
|
||||||
(markup #:justify-field 'header:comment)
|
(markup #:justify-field 'header:comment)
|
||||||
(markup)))
|
(markup)))
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
% Bring in the time/date package. Set format to month day, year
|
% Bring in the time/date package. Set format to month day, year
|
||||||
|
|
||||||
#(use-modules (srfi srfi-19))
|
#(use-modules (srfi srfi-19))
|
||||||
today = #(date->string (current-date) "~B ~d, ~Y")
|
today = #(date->string (current-date) "~B ~e, ~Y")
|
||||||
|
|
||||||
\paper {
|
\paper {
|
||||||
raggedbottom = ##t
|
raggedbottom = ##t
|
||||||
|
|
Loading…
Reference in a new issue