]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Amend 16e626a85244: Forgot to change the function documentation string
[lilypond.git] / scm / lily.scm
index ac735bc4893322d1318ba88fbeb403e3471fc029..b82cd08aa2a2630077c06e38950eab438df7aa50 100644 (file)
@@ -120,6 +120,10 @@ jobs.")
     (log-file #f
 "If string FOO is given as argument, redirect
 output to log file `FOO.log'.")
+    (max-markup-depth 1024
+"Maximum depth for the markup tree. If a markup has more levels,
+assume it will not terminate on its own, print a warning and return a
+null markup instead.")
     (midi-extension ,(if (eq? PLATFORM 'windows)
                          "mid"
                          "midi")