]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/instrument-switch-invalid-warning.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / instrument-switch-invalid-warning.ly
index 80df393fceaf5eaf1e89ae2fb09f1817cbb37a6a..0ef544cc3d60d474cda1ebd42963f1b1a028c32a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.15"
+\version "2.19.21"
 #(ly:set-option 'warning-as-error #f)
 #(ly:expect-warning (_ "No such instrument: ~a") "bassClar")
 
@@ -7,9 +7,9 @@
 the given instrument definition does not exist."
 }
 
-\relative c'
+\relative
 {
-  c4
+  c'4
   \instrumentSwitch "bassClar"
   c
 }