]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper-defaults-init.ly
Introduce new handling for paper margin settings.
[lilypond.git] / ly / paper-defaults-init.ly
index 1ee92ed19736f2c35e5a4c73eec4c99772358a6f..4db5459fa7595e17601ce7611bf8e5307dda8992 100644 (file)
 
   \include "titling-init.ly"
 
+  check-consistency = ##t
+
   top-margin = 5 \mm
   bottom-margin = 6 \mm
+
+  left-margin-default = 10 \mm
+  right-margin-default = 10 \mm
+
   head-separation = 4 \mm
   foot-separation = 4 \mm
 
   first-page-number = #1
-  print-first-page-number =##f
+  print-first-page-number = ##f
 }