]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3946: Don't define `parser' in lily.scm
authorDavid Kastrup <dak@gnu.org>
Fri, 6 Jun 2014 14:23:55 +0000 (16:23 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 14 Jun 2014 10:02:12 +0000 (12:02 +0200)
The duplication of `parser' in lily.scm and ly/init.ly leads to doubtful
behavior and causes a warning with GUILEv2.

scm/lily.scm

index 44f9f62258342c89fde8066b844b1596d94b7709..2f589d01ffd04c3f6aef037f36c8969bc8a7e351 100644 (file)
@@ -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))