]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/instrument-switch-invalid-warning.ly
038dbcb2aa5367f32f8c6d4d6d13916c8b4fc631
[lilypond.git] / input / regression / instrument-switch-invalid-warning.ly
1 \version "2.14.0"
2 #(ly:set-option 'warning-as-error #f)
3
4 \header {
5   texidoc = "The @code{switchInstrument} music function prints a warning if
6 the given instrument definition does not exist."
7 }
8
9 \relative
10 {
11   c4
12   \instrumentSwitch "bassClar"
13   c
14 }