]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/safe.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / safe.ly
index 88d54bd279be9587090cf3f97469bdb84f351711..33fdfe584cc5bba1442be13027c27706b5e50634 100644 (file)
@@ -1,10 +1,12 @@
-\version "2.10.0"
+\version "2.16.0"
 
-"expect-error" = ##t
+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  
+force-finish = ##t
 
 \header{
     texidoc = "This should not survive lilypond --safe-mode"
@@ -13,7 +15,6 @@
 }
 
 
-#(open-file "/tmp/safe-guile.scm" "r")
+#(open-file "/tmp/safe-guile.scm")
 
 \include "this-should-fail.ly"
-