]> git.donarmstrong.com Git - lilypond.git/commitdiff
doc why ice-9 in coverage.scm
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Jun 2007 03:25:05 +0000 (00:25 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Jun 2007 03:25:05 +0000 (00:25 -0300)
scm/coverage.scm

index 7b1dfc810df3617325b7d0ff144920f8d8f28295..e7392bb6837b8e5fe459d0001d3a29d2229299e3 100644 (file)
@@ -3,7 +3,8 @@
 (use-modules (lily)
             (ice-9 rdelim)
             (ice-9 regex)
-            (ice-9 format))
+            (ice-9 format) ;; needed for ~8@ 
+            )
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;