]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/coverage.scm
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / scm / coverage.scm
index 7b1dfc810df3617325b7d0ff144920f8d8f28295..3c210555ae102bc2f67621e87610d8fa27441818 100644 (file)
@@ -1,9 +1,12 @@
+;;;; coverage.scm
+
 (define-module (scm coverage))
 
 (use-modules (lily)
             (ice-9 rdelim)
             (ice-9 regex)
-            (ice-9 format))
+            (ice-9 format) ;; needed for ~8@ 
+            )
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;