X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fscheme-sandbox.ly;h=1f233c0cfa46ce064fcedca2a47bde87408849f3;hb=9468b77cb2ae93b992bfb9105016f3393d206b47;hp=a811a1d5b611b662e3bc764b803e64bb5e733bad;hpb=f66e6785e42f181199f6cf357434f60baba1e149;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))