]> git.donarmstrong.com Git - lilypond.git/commitdiff
Let #{ ... #} be available in init-scheme-files-body by moving parser-ly-from-scheme...
authorDavid Kastrup <dak@gnu.org>
Sun, 23 Oct 2011 02:29:34 +0000 (04:29 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 25 Oct 2011 07:10:25 +0000 (09:10 +0200)
scm/lily.scm

index 88f1183b926dcf19e4cabcc9cc4f373a335a1e67..24710c9e0c3e48161de2b7aea4c0dc63cc3f3c14 100644 (file)
@@ -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"