]> git.donarmstrong.com Git - lilypond.git/commitdiff
resolve
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 26 Nov 2006 17:33:28 +0000 (18:33 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 26 Nov 2006 17:33:28 +0000 (18:33 +0100)
scm/lily-library.scm

index e8327e4bed7e526e32dc4d8f85e916459aaac456..3575e13264db2bfe53a05633b45d05a501d523fe 100644 (file)
@@ -253,6 +253,8 @@ found."
      (else
       (helper (cdr todo) (1+ k)))))
 
+  (helper lst 0))
+
 (define-public (count-list lst)
   "Given lst (E1 E2 .. ) return ((E1 . 1) (E2 . 2) ... )  "
   (define (helper l acc count)