]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-texstr.scm
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / scm / output-texstr.scm
index d9cc2e3b77dca548308b98b35414c6a15e1e2af6..841e71a0470a4def11c386f109080fb237d3b458 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (define-module (scm output-texstr))
 (define this-module (current-module))
@@ -11,7 +11,7 @@
  (guile)
  (ice-9 regex)
  (srfi srfi-13)
- (lily output-tex)
+ (scm framework-tex)
  (lily))
 
 (define (dummy . foo) #f)
@@ -26,6 +26,8 @@
   (if (string? what)
       what
       ""))
+
+
 (define-public (text font str)
   (call-with-output-string
    (lambda (port)