]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/scheme-sandbox.ly
Release: bump Welcome versions.
[lilypond.git] / ly / scheme-sandbox.ly
index a811a1d5b611b662e3bc764b803e64bb5e733bad..1f233c0cfa46ce064fcedca2a47bde87408849f3 100644 (file)
@@ -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))