mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-10-31 17:43:33 +01:00
A bunch of bugfixes.
This commit is contained in:
parent
a7586c1d58
commit
35cb7f2312
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ today = #(date->string (current-date) "~B ~d, ~Y")
|
||||||
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"
|
||||||
}
|
}
|
||||||
|
@ -34,7 +34,7 @@ today = #(date->string (current-date) "~B ~d, ~Y")
|
||||||
}
|
}
|
||||||
\fill-line {
|
\fill-line {
|
||||||
\smaller \bold
|
\smaller \bold
|
||||||
\line { "(" \fromproperty #'header:source ")" }
|
\fromproperty #'header:source
|
||||||
}
|
}
|
||||||
\fill-line {
|
\fill-line {
|
||||||
\line { \fromproperty #'header:meter }
|
\line { \fromproperty #'header:meter }
|
||||||
|
@ -43,5 +43,5 @@ today = #(date->string (current-date) "~B ~d, ~Y")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue