mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-04 23:23:32 +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
|
||||
tagline = \markup {
|
||||
\line {
|
||||
"Rev. " \today
|
||||
#(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash
|
||||
"P/S Sven Axelsson, MPD"
|
||||
"P/S Sven Axelsson, MPD,"
|
||||
\with-url #"http://svenax.net/site/sheetmusic"
|
||||
"http://svenax.net/site/sheetmusic"
|
||||
\concat { "(rev. " \today ")" }
|
||||
}
|
||||
}
|
||||
scoreTitleMarkup = \markup {
|
||||
|
|
|
@ -13,9 +13,10 @@ today = #(date->string (current-date) "~B ~e, ~Y")
|
|||
raggedbottom = ##t
|
||||
tagline = \markup {
|
||||
\line {
|
||||
"Rev. " \today
|
||||
#(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash
|
||||
"P/S Sven Axelsson, MPD"
|
||||
"P/S Sven Axelsson, MPD,"
|
||||
\with-url #"http://svenax.net/site/sheetmusic"
|
||||
"http://svenax.net/site/sheetmusic"
|
||||
\concat { "(rev. " \today ")" }
|
||||
}
|
||||
}
|
||||
bookTitleMarkup = \markup {
|
||||
|
|
Loading…
Reference in a new issue