]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/safe-include.ly
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / input / no-notation / safe-include.ly
1 \version "2.7.39"
2
3 \header{
4     
5     texidoc = "This should not survive lilypond --safe-mode"
6     
7 }
8
9 \include "safe-ps.ly"
10
11 \score{
12      c''
13 }