]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/safe-ps.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / no-notation / safe-ps.ly
1 \version "2.7.39"
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 }