From c2c8b597ae34623134a772b9fd66f384ba4d95a9 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 6 Jun 2014 16:23:55 +0200 Subject: [PATCH] Issue 3946: Don't define `parser' in lily.scm The duplication of `parser' in lily.scm and ly/init.ly leads to doubtful behavior and causes a warning with GUILEv2. --- scm/lily.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/scm/lily.scm b/scm/lily.scm index 44f9f62258..2f589d01ff 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -446,8 +446,6 @@ messages into errors.") (if (ly:get-option 'trace-scheme-coverage) (coverage:enable)) -(define-public parser #f) - (define music-string-to-path-backends '(svg)) -- 2.39.2