From f3341b630806d2230a2b6f78aa902f9a4a2b9574 Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Thu, 1 Mar 2012 16:14:01 +0100 Subject: [PATCH 1/3] modify page margins and lilypond sizes --- crepbook.cls | 9 +++++---- lilypond/header | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/crepbook.cls b/crepbook.cls index d1dd2e7..9f1f53a 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -227,13 +227,14 @@ % Customization of the page appearance % \RequirePackage[ - a4paper % paper size + a5paper % paper size ,includeheadfoot % include header and footer into text size ,hmarginratio=1:1 % ratio between inner and outer margin (default) - ,outer=1.8cm % outer margin (right) + ,outer=0.5cm % outer margin (right) ,vmarginratio=1:1 % ratio between top and bottom margin - ,bmargin=1.3cm % bottom margin -% ,bindingoffset=1.7cm % space reserved to bound pages together + ,bmargin=0.5cm % bottom margin + ,bindingoffset=1.7cm % space reserved to bound pages together + ,twoside ]{geometry} % Paragraph indentation space diff --git a/lilypond/header b/lilypond/header index e5e9ec4..884280d 100644 --- a/lilypond/header +++ b/lilypond/header @@ -14,9 +14,9 @@ indent = 0\cm between-system-padding = 1\mm - paper-width = 7.5\cm - line-width = 7\cm + paper-width = 9\cm + line-width = 8.5\cm paper-height = 1.6\cm } -#(set-global-staff-size 12) +#(set-global-staff-size 14) From 0fadb26185937617c7f5cbe6be9d5da9b0571c2f Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Thu, 1 Mar 2012 16:16:20 +0100 Subject: [PATCH 2/3] cosmetic color changes --- songbook.sb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/songbook.sb b/songbook.sb index d98ebc0..14cd961 100644 --- a/songbook.sb +++ b/songbook.sb @@ -6,14 +6,14 @@ ], "booktype" : "chorded", "footer" : "\\begin{flushleft}No Irish Laddie!\\end{flushleft}", -"indexbgcolor" : "#BA8D5A", +"indexbgcolor" : "#F1E161", "license" : "\\input{license.tex}", "mail" : "dev@h3ndrik.de", "mainfontsize" : "10", "notebgcolor" : "#FFFDB3", "picture" : "shiver", "picturecopyright" : "WTFPL - Do What The Fuck You Want Public License", -"songnumberbgcolor" : "#BA8D5A", +"songnumberbgcolor" : "#F1E161", "title" : "The Incomplete Irish..", "version" : "0.0.3", "web" : "http://h3ndrik.de", From 1d78c8532d8e3003f3b92d7954c15a7ba4a9dddc Mon Sep 17 00:00:00 2001 From: h3ndrik Date: Thu, 1 Mar 2012 16:20:31 +0100 Subject: [PATCH 3/3] revert to a4paper change in file crepbook.cls line 230 --- crepbook.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crepbook.cls b/crepbook.cls index 9f1f53a..7d56baf 100644 --- a/crepbook.cls +++ b/crepbook.cls @@ -227,7 +227,7 @@ % Customization of the page appearance % \RequirePackage[ - a5paper % paper size + a4paper % paper size ,includeheadfoot % include header and footer into text size ,hmarginratio=1:1 % ratio between inner and outer margin (default) ,outer=0.5cm % outer margin (right)