]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper.scm
Instrument names: horizontal aligment.
[lilypond.git] / scm / paper.scm
index be15759f7a87abefe4f89a27a48198778a3b72ee..8c2b5dc71025a7e18fe5deef9dd5c866e8ff560a 100644 (file)
@@ -9,7 +9,7 @@
                  '(pt mm cm in staff-height staff-space
                       page-top-space
                       between-system-space between-system-padding
-                      line-width indent paper-width paper-height horizontal-shift
+                      line-width indent short-indent paper-width paper-height horizontal-shift
                       staff-space line-thickness ledgerline-thickness
                       blot-diameter left-margin right-margin)))
 
@@ -115,6 +115,7 @@ size. SZ is in points"
                                     (ly:modules-lookup (list m) 'right-margin (* 10 mm))))
 
     (module-define! m 'indent (/ w 14))
+    (module-define! m 'short-indent (* 5 mm))
 
     ;; page layout - what to do with (printer specific!) margin settings?