]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/dos-guile.ly
d51436b8c10d809f460974a2be4ad7bb5a8b1349
[lilypond.git] / input / no-notation / dos-guile.ly
1 \version "2.1.22"
2
3 \header{
4     
5     texidoc = "This should not hang lilypond --safe-mode."
6     
7 }
8
9 % DOS
10 #(do () (#f))
11
12 \score{
13     \notes c''
14 }