Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / safe.ly
blob00952f2ddd65b3b6b26bf3287f4c030f006658b5
1 \version "2.12.0"
3 "expect-error" = ##t
5 % Ugh - this affects other files too.
6 #(ly:set-option 'protected-scheme-parsing #t)
7 #(ly:set-option 'safe #t)
9 "force-finish" = ##t
11 \header{
12 texidoc = "This should not survive lilypond --safe-mode"
14 #(open-file "w")
18 #(open-file "/tmp/safe-guile.scm")
20 \include "this-should-fail.ly"