]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/markup.scm
release commit
[lilypond.git] / scm / markup.scm
index 3a679b24167d834451d439c4a3f642e6859c7e3d..af0d36dc6ea0071c008e1e0ba0d3a3a7feca7d54 100644 (file)
@@ -439,7 +439,7 @@ eg: ((italic) (raise 4) (bold)), maps the commands on each markup argument, eg:
       
       (if (and (pair? (cdr stencils))
               (ly:stencil? (cadr stencils)))
-          (let* ((tail (stack-stencil-line  space (cdr stencils)))
+          (let* ((tail (stack-stencil-line space (cdr stencils)))
                  (head (car stencils))
                  (xoff (+ space (cdr (ly:stencil-extent head X)))))
             (ly:stencil-add head