diff --git a/_sets/!strathspeys_for_practise.ly b/_sets/!strathspeys_for_practise.ly index c0a2452..8592daa 100644 --- a/_sets/!strathspeys_for_practise.ly +++ b/_sets/!strathspeys_for_practise.ly @@ -15,7 +15,7 @@ %\pageBreak %\tocItem \markup "Athole Cummers" -%\include "strathspeys/athole_cummers.ly" + %\pageBreak %\tocItem \markup "Blair Drummond" diff --git a/format.ly b/format.ly index e135e0e..8dd01a5 100644 --- a/format.ly +++ b/format.ly @@ -7,13 +7,13 @@ % Bring in the time/date package. Set format to month day, year #(use-modules (srfi srfi-19)) -today = #(date->string (current-date) "~B ~d, ~Y") +today = #(date->string (current-date) "~B ~e, ~Y") \paper { raggedbottom = ##t tagline = \markup { \line { - "Rev. " \today + "Rev. " \today #(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash "P/S Sven Axelsson, MPD" } @@ -27,9 +27,9 @@ today = #(date->string (current-date) "~B ~d, ~Y") \bold \fromproperty #'header:subtitle } \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))) } diff --git a/formatbook.ly b/formatbook.ly index 1fb848f..1c5d00a 100644 --- a/formatbook.ly +++ b/formatbook.ly @@ -7,7 +7,7 @@ % Bring in the time/date package. Set format to month day, year #(use-modules (srfi srfi-19)) -today = #(date->string (current-date) "~B ~d, ~Y") +today = #(date->string (current-date) "~B ~e, ~Y") \paper { raggedbottom = ##t