]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/safe-include.ly
be9d33d7fa85164577c1a771b03cd793f13c0f22
[lilypond.git] / input / no-notation / safe-include.ly
1 \version "2.1.22"
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     \notes c''
13 }