X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Fscheme-sandbox.ly;h=1f233c0cfa46ce064fcedca2a47bde87408849f3;hb=5fb3f8cf17ce7b57d22584429d736f188e4827d7;hp=a811a1d5b611b662e3bc764b803e64bb5e733bad;hpb=bcb923013b683b80cde600a3c38c737c6830593b;p=lilypond.git diff --git a/ly/scheme-sandbox.ly b/ly/scheme-sandbox.ly index a811a1d5b6..1f233c0cfa 100644 --- a/ly/scheme-sandbox.ly +++ b/ly/scheme-sandbox.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.16.0" #(load-user-init) @@ -13,4 +13,8 @@ % requirements may be different. #(newline) -#(scm-style-repl) +#(if (guile-v2) + (begin + (use-modules (system repl repl)) + (start-repl)) + (scm-style-repl))