mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Changed footer.
This commit is contained in:
parent
bdfeaa764f
commit
5eb0d99adb
2 changed files with 8 additions and 6 deletions
|
@ -13,9 +13,10 @@ today = #(date->string (current-date) "~B ~e, ~Y")
|
||||||
raggedbottom = ##t
|
raggedbottom = ##t
|
||||||
tagline = \markup {
|
tagline = \markup {
|
||||||
\line {
|
\line {
|
||||||
"Rev. " \today
|
"P/S Sven Axelsson, MPD,"
|
||||||
#(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash
|
\with-url #"http://svenax.net/site/sheetmusic"
|
||||||
"P/S Sven Axelsson, MPD"
|
"http://svenax.net/site/sheetmusic"
|
||||||
|
\concat { "(rev. " \today ")" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
scoreTitleMarkup = \markup {
|
scoreTitleMarkup = \markup {
|
||||||
|
|
|
@ -13,9 +13,10 @@ today = #(date->string (current-date) "~B ~e, ~Y")
|
||||||
raggedbottom = ##t
|
raggedbottom = ##t
|
||||||
tagline = \markup {
|
tagline = \markup {
|
||||||
\line {
|
\line {
|
||||||
"Rev. " \today
|
"P/S Sven Axelsson, MPD,"
|
||||||
#(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash
|
\with-url #"http://svenax.net/site/sheetmusic"
|
||||||
"P/S Sven Axelsson, MPD"
|
"http://svenax.net/site/sheetmusic"
|
||||||
|
\concat { "(rev. " \today ")" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
bookTitleMarkup = \markup {
|
bookTitleMarkup = \markup {
|
||||||
|
|
Loading…
Reference in a new issue