]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
[scm] Improve formatting of `define-public' functions.
[lilypond.git] / scm / output-lib.scm
index 400506a8a5f119d84abdeacab8efd7abd876c1e4..219a287cd1d55c921442f2419bfd3dc0a981731e 100644 (file)
   (pair? (ly:grob-basic-properties grob)))
 
 (define-public (make-stencil-boxer thickness padding callback)
-
   "Return function that adds a box around the grob passed as argument."
   (lambda (grob)
     (box-stencil (callback grob) thickness padding)))
 
 (define-public (make-stencil-circler thickness padding callback)
   "Return function that adds a circle around the grob passed as argument."
-
-  (lambda (grob) (circle-stencil (callback grob) thickness padding)))
+  (lambda (grob)
+    (circle-stencil (callback grob) thickness padding)))
 
 (define-public (print-circled-text-callback grob)
   (grob-interpret-markup grob (make-circle-markup