]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/safe-ps.ly
Test more parts of Page_turn_engraver
[lilypond.git] / input / no-notation / safe-ps.ly
1 \version "2.10.0"
2
3 \header{
4     texidoc = "This should not survive lilypond --safe-mode
5     --no-pdf --png run, and certainly not write /tmp/safe-ps.ps"
6 }
7
8 \score{
9      c''-"\\embeddedps{ (/tmp/safe-ps.ps) (w) file (hallo) writestring }"
10 }