]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-texstr.scm
*** empty log message ***
[lilypond.git] / scm / output-texstr.scm
index 62fe1547a495b149edaf9156254c0b52c43b66e0..6d82d6ec0552b98f07642894aa925cbb0849797b 100644 (file)
@@ -27,7 +27,9 @@
       what
       ""))
 
-(define TEX_STRING_HASHLIMIT 10000000)
+
+;; TeX C++ code actually hooks into TEX_STRING_HASHLIMIT 
+(define-public TEX_STRING_HASHLIMIT 10000000)
 (define-public (text font str)
   (call-with-output-string
    (lambda (port)