X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fframework-texstr.scm;h=5078b35b9d53dc7845675a9487769bd97817c806;hb=9efead7e31a94bc20dfaa1c315fd17ea74fb5f40;hp=0c5488e0ab11b6e6bcab7b534e8cf250555800cf;hpb=d372176add53661074bf57362acbdf31eb8350cb;p=lilypond.git diff --git a/scm/framework-texstr.scm b/scm/framework-texstr.scm index 0c5488e0ab..5078b35b9d 100644 --- a/scm/framework-texstr.scm +++ b/scm/framework-texstr.scm @@ -2,13 +2,14 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2005 Han-Wen Nienhuys +;;;; (c) 2004--2006 Han-Wen Nienhuys (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)