From 35cb7f231280600926803d2a00307164bd403fbc Mon Sep 17 00:00:00 2001 From: Sven Axelsson Date: Sun, 12 Apr 2009 11:56:46 +0200 Subject: [PATCH] A bunch of bugfixes. --- formatbook.ly | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/formatbook.ly b/formatbook.ly index 1eb88f6..1fb848f 100644 --- a/formatbook.ly +++ b/formatbook.ly @@ -13,7 +13,7 @@ today = #(date->string (current-date) "~B ~d, ~Y") raggedbottom = ##t tagline = \markup { \line { - "Rev. " \today + "Rev. " \today #(ly:export (ly:wide-char->utf-8 #x2014)) % Em-dash "P/S Sven Axelsson, MPD" } @@ -34,7 +34,7 @@ today = #(date->string (current-date) "~B ~d, ~Y") } \fill-line { \smaller \bold - \line { "(" \fromproperty #'header:source ")" } + \fromproperty #'header:source } \fill-line { \line { \fromproperty #'header:meter } @@ -43,5 +43,5 @@ today = #(date->string (current-date) "~B ~d, ~Y") } } } - + }