]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/new-markup.scm
* lily/parser.yy (Simple_music): add \applyoutput, syntax
[lilypond.git] / scm / new-markup.scm
index cafc7559043728ca93c2b5feb245d9694dbf9031..1f5f31a6202d26908cbca44d23de1c3cb0c312a6 100644 (file)
@@ -285,11 +285,10 @@ for the reader.
        (fs (cdr (chain-assoc 'font-relative-size props)))
        (entry (cons 'font-relative-size (- fs 1)))
        )
-  (interpret-markup
-   grob (cons (list entry) props)
-   (car rest))
-
-  ))
+    (interpret-markup
+     grob (cons (list entry) props)
+     (car rest))
+    ))
 
 (define-public (bigger-markup  grob props . rest)
   "Syntax: \\bigger MARKUP"