]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Issue 2425: Don't reload initialization files when processing multiple files
[lilypond.git] / scm / lily.scm
index 0c20c148b20a5ec56066379eaee887eeab20bf8b..64c403b0749432e55df286cae181876a3a1cebde 100644 (file)
@@ -845,6 +845,8 @@ PIDs or the number of the process."
         (dump-profile "lily-run-total" '(0 0) (profile-measurements)))
     failed))
 
+(define-public lilypond-declarations '())
+
 (define (lilypond-file handler file-name)
   (catch 'ly-file-failed
          (lambda () (ly:parse-file file-name))