]> git.donarmstrong.com Git - lilypond.git/commit
T1349 - Fix load order for running with Guile V2
authorIan Hulin <ian@hulin.org.uk>
Mon, 22 Aug 2011 10:01:13 +0000 (11:01 +0100)
committerCarl Sorensen <c_sorensen@byu.edu>
Mon, 22 Aug 2011 12:12:28 +0000 (06:12 -0600)
commitf41963f0b6135c02c363f8401628e85b9bc60def
tree66d6125494e22f86f8b7f3fe4061793deba07969
parent2c075ea09b8772265eb1c6503a668153391485e4
T1349 - Fix load order for running with Guile V2

1. Split load list into components (init-scheme-files-lib, *-used, *-body
and *-tail, and append them together before doing load.
2. Split markup macros from markup.scm to new file markup-macros.scm
scm/lily.scm
scm/markup-macros.scm [new file with mode: 0644]
scm/markup.scm