]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/invalid-engraver.ly
e3a1fa5731d05c0f6d52e294b6219d5f2e1bad16
[lilypond.git] / input / regression / invalid-engraver.ly
1 \version "2.13.23"
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 }