]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/safe.ly
abc2ly: Also ignore whitespace at begin of lyrics lines
[lilypond.git] / input / regression / safe.ly
index 88d54bd279be9587090cf3f97469bdb84f351711..b57f16fda9a3a168458c6e42c8bad4e73b9891e6 100644 (file)
@@ -1,8 +1,10 @@
-\version "2.10.0"
+\version "2.14.0"
 
 "expect-error" = ##t
 
-#(ly:lexer-set-safe! (ly:parser-lexer parser))
+% Ugh - this affects other files too.
+#(ly:set-option 'protected-scheme-parsing #t)
+#(ly:set-option 'safe #t)
 
 "force-finish" = ##t  
 
@@ -13,7 +15,7 @@
 }
 
 
-#(open-file "/tmp/safe-guile.scm" "r")
+#(open-file "/tmp/safe-guile.scm")
 
 \include "this-should-fail.ly"