]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-number-check-warning.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / bar-number-check-warning.ly
index 7bede8d7caad1c471c93502d5e3c269a985694da..9c20c082ae5bc2897a84e86dc414cd598b5f5812 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 #(ly:set-option 'warning-as-error #f)
 #(ly:expect-warning (_ "Barcheck failed got ~a expect ~a") 3 15)
 
@@ -10,8 +10,8 @@ bar number is correct.
 
 }
 
-\relative c'' {
-  c1 | 
+\relative {
+  c''1 | 
   \barNumberCheck #2 % OK
   c1 |
   \barNumberCheck #15 % Warning