From: Han-Wen Nienhuys Date: Fri, 4 Jul 2003 18:42:51 +0000 (+0000) Subject: import srfi-1 X-Git-Tag: release/1.7.26~57 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea855f2764bd6ff49316383094f1a652735c3d75;p=lilypond.git import srfi-1 --- diff --git a/ChangeLog b/ChangeLog index 1692d00ab8..71ba91794e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-07-04 Han-Wen Nienhuys + * scm/to-xml.scm: import srfi-1 + + * VERSION (MAJOR_VERSION): release 1.7.24 + * python/lilylib.py (make_ps_images): make multipage _really_ work. * scripts/lilypond-book.py (do_file): put texidoc before image. diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 88f84280e3..f14e40e329 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -1,4 +1,5 @@ -(use-modules (ice-9 regex)) +(use-modules (ice-9 regex) + (srfi srfi-1)) ;; should make module?