]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper.scm
Lilypond-book: Rewrite docs for MusicXML snippets
[lilypond.git] / scm / paper.scm
index 8b877024f6f03eef5c709203cb399c6dbce9041d..3208f4b82a90654b9fc5e1a55d0df0366303aa0a 100644 (file)
@@ -20,6 +20,8 @@
                  '(blot-diameter
                    bottom-margin
                    cm
+                   footnote-footer-padding
+                   footnote-padding
                    horizontal-shift
                    in
                    indent
     ))
 
 (define-public (layout-set-absolute-staff-size sz)
-  "Function to be called inside a \\layout{} block to set the staff
-size. SZ is in points"
+  "Set the absolute staff size inside of a @code{\\layout@{@}} block.
+@var{sz} is in points."
   (layout-set-absolute-staff-size-in-module (current-module) sz))
 
 (define-public (layout-set-staff-size sz)
-  "Function to be called inside a \\layout{} block to set the staff
-size. SZ is in points"
+  "Set the staff size inside of a @code{\\layout@{@}} block.
+@var{sz} is in points."
 
   (layout-set-absolute-staff-size (* (eval 'pt (current-module)) sz)))
 
@@ -222,6 +224,9 @@ size. SZ is in points"
     ("pa10" . (cons (* 26 mm) (* 35 mm)))
     ;; F4 used in southeast Asia and Australia
     ("f4" . (cons (* 210 mm) (* 330 mm)))
+    ;; Used for very small @lilypond examples in the Documentation
+    ;; based on a8 size but landscape not portrait
+    ("a8landscape" . (cons (* 74 mm) (* 52 mm)))
     ))
 
 ;; todo: take dimension arguments.