mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-11-01 01:53:32 +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
|
||||
|
||||
%\tocItem \markup "Athole Cummers"
|
||||
%\include "strathspeys/athole_cummers.ly"
|
||||
|
||||
%\pageBreak
|
||||
|
||||
%\tocItem \markup "Blair Drummond"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue