]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/invalid-engraver.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / invalid-engraver.ly
1 \version "2.14.0"
2
3 #(ly:set-option 'warning-as-error #f)
4
5 \header {
6   texidoc = "Engravers which do not exist produce a warning."
7 }
8
9 \layout {
10   \context {
11     \Voice
12     \consists "Rhythmic_column_engraver_foo"
13   }
14 }
15
16 { a4 }