]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/paper.scm
[scm] Improve formatting of `define-public' functions.
[lilypond.git] / scm / paper.scm
index 8b877024f6f03eef5c709203cb399c6dbce9041d..bc6e2e19448189648db604614c3c3a11e54c598a 100644 (file)
     ))
 
 (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)))