]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/safe-ps.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / no-notation / safe-ps.ly
index aeee4ae65436408bcfefd512e1b4d322eb6fcd2b..8a0ccca602117f2461211abf2847a2d9e1c82b33 100644 (file)
@@ -1,11 +1,10 @@
-\version "2.1.16"
+\version "2.10.0"
 
 \header{
-    texidoc = "This should not survive lilypond run, and certainly not
-    write /tmp/safe-ps.ps"
+    texidoc = "This should not survive lilypond --safe-mode
+    --no-pdf --png run, and certainly not write /tmp/safe-ps.ps"
 }
 
 \score{
-    \notes c''-"\\embeddedps{ (/tmp/safe-ps.ps) (w) file (hallo) writestring }"
-   
+     c''-"\\embeddedps{ (/tmp/safe-ps.ps) (w) file (hallo) writestring }"
 }