]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/safe-tex.ly
Imported sources
[lilypond.git] / input / no-notation / safe-tex.ly
1 \version "2.1.16"
2
3 \header{
4     
5     texidoc = "This should not survive lilypond --safe-mode run, and
6     certainly not write /tmp/safe-tex.tex"
7
8     % beware
9     % openout_any=y lilypond --keep --safe-mode -S latexoptions=']{article}
10     % \let\nofiles\relax%' input/no-notation/safe-tex.ly
11
12 }
13
14 \score{
15     \notes c''-"\\newwrite\\barf\\immediate\\openout\\barf=/tmp/safe-tex.tex\\immediate\\write\\barf{hallo}"
16 }