]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/safe-guile.ly
release commit
[lilypond.git] / input / no-notation / safe-guile.ly
1 \version "2.8.0"
2
3 \header{
4     
5     texidoc = "This should not survive lilypond --safe-mode, and
6     certainly not write /tmp/safe-guile.scm"
7     
8 }
9
10 #(write "hallo" (open-file "/tmp/safe-guile.scm" "w"))
11
12 \score{
13      c''
14 }