]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-texstr.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / framework-texstr.scm
index 0c5488e0ab11b6e6bcab7b534e8cf250555800cf..88bc25a228e0200c6ce9e18e3aba338b02c1d7b0 100644 (file)
@@ -2,13 +2,14 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-texstr)
   #:export (output-framework-tex       
            output-classic-framework-tex))
 
 (use-modules (ice-9 regex)
+            (scm paper-system)
             (ice-9 string-fun)
             (ice-9 format)
             (guile)