Browse Source

modify page margins and lilypond sizes

main
h3ndrik 13 years ago
parent
commit
f3341b6308
  1. 9
      crepbook.cls
  2. 6
      lilypond/header

9
crepbook.cls

@ -227,13 +227,14 @@
% Customization of the page appearance % Customization of the page appearance
% %
\RequirePackage[ \RequirePackage[
a4paper % paper size a5paper % paper size
,includeheadfoot % include header and footer into text size ,includeheadfoot % include header and footer into text size
,hmarginratio=1:1 % ratio between inner and outer margin (default) ,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 ,vmarginratio=1:1 % ratio between top and bottom margin
,bmargin=1.3cm % bottom margin ,bmargin=0.5cm % bottom margin
% ,bindingoffset=1.7cm % space reserved to bound pages together ,bindingoffset=1.7cm % space reserved to bound pages together
,twoside
]{geometry} ]{geometry}
% Paragraph indentation space % Paragraph indentation space

6
lilypond/header

@ -14,9 +14,9 @@
indent = 0\cm indent = 0\cm
between-system-padding = 1\mm between-system-padding = 1\mm
paper-width = 7.5\cm paper-width = 9\cm
line-width = 7\cm line-width = 8.5\cm
paper-height = 1.6\cm paper-height = 1.6\cm
} }
#(set-global-staff-size 12) #(set-global-staff-size 14)

Loading…
Cancel
Save