From 78815d4250b07758d0a0c3970474debbfa9f8d5f Mon Sep 17 00:00:00 2001 From: Luthaf Date: Fri, 27 Jun 2014 16:20:42 +0100 Subject: [PATCH 1/2] Updated lilyond header --- patacrep/data/examples/songs/_lilypond/header | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/patacrep/data/examples/songs/_lilypond/header b/patacrep/data/examples/songs/_lilypond/header index 797166b2..330bb9d0 100644 --- a/patacrep/data/examples/songs/_lilypond/header +++ b/patacrep/data/examples/songs/_lilypond/header @@ -1,12 +1,9 @@ -#(use-modules (guile-user)) \version "2.14.2" \paper { make-header=##f - %make-footer=##f - oddFooterMarkup = \markup { \fill-line {} } - page-top-space = 0\cm + make-footer=##f head-separation = 0\cm foot-separation = 0\cm @@ -17,10 +14,6 @@ indent = 0\cm between-system-padding = 0\cm - - paper-width = 7.5\cm - line-width = 7\cm - paper-height = 1\cm } -#(set-global-staff-size 12) +#(set-global-staff-size 12) \ No newline at end of file From ce77d47c91724cb031fe087d522ca682a5828a51 Mon Sep 17 00:00:00 2001 From: Luthaf Date: Fri, 27 Jun 2014 16:30:07 +0100 Subject: [PATCH 2/2] Typo causing pdflatex failure All languages were not loaded by babel --- patacrep/content/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/content/song.py b/patacrep/content/song.py index a9123244..d6dc4886 100755 --- a/patacrep/content/song.py +++ b/patacrep/content/song.py @@ -52,7 +52,7 @@ def parse(keyword, argument, contentlist, config): Return a list of SongRenderer() instances. """ - if 'languages' not in config: + if '_languages' not in config: config['_languages'] = set() songlist = [] for songdir in config['_songdir']: