From: David Kastrup <dak@gnu.org>
Date: Sun, 23 Oct 2011 02:29:34 +0000 (+0200)
Subject: Let #{ ... #} be available in init-scheme-files-body by moving parser-ly-from-scheme... 
X-Git-Tag: release/2.15.16-1~14
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b6c86085eb97be9f23639fefd46fdfdce270508f;p=lilypond.git

Let #{ ... #} be available in init-scheme-files-body by moving parser-ly-from-scheme.scm to ini-scheme-files-used
---

diff --git a/scm/lily.scm b/scm/lily.scm
index 88f1183b92..24710c9e0c 100644
--- a/scm/lily.scm
+++ b/scm/lily.scm
@@ -403,7 +403,8 @@ LilyPond safe mode.  The syntax is the same as `define*-public'."
     "output-lib.scm"))
 ;;  - Files containing definitions used later by other files later in load
 (define init-scheme-files-used
-  '("markup-macros.scm"))
+  '("markup-macros.scm"
+    "parser-ly-from-scheme.scm"))
 ;;  - Main body of files to be loaded
 (define init-scheme-files-body
   '("file-cache.scm"
@@ -427,7 +428,6 @@ LilyPond safe mode.  The syntax is the same as `define*-public'."
     "auto-beam.scm"
     "chord-name.scm"
     "bezier-tools.scm"
-    "parser-ly-from-scheme.scm"
     "ly-syntax-constructors.scm"
 
     "define-context-properties.scm"