]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-multiple.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-multiple.ly
index 1b2bec4d01bedd2e9e7027534c30d4146617f46b..9662494bb1677aa54cb30513a00ff430959dd1ba 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 #(ly:set-option 'warning-as-error #f)
 #(ly:expect-warning (_ "already have slur"))
@@ -16,9 +16,9 @@ sp=#(define-event-function (parser location n e) (index? ly:event?)
      (set! (ly:music-property e 'spanner-id) (format "sp~a" n))
      e)
 
-\relative c'' 
+\relative { 
   % This will give warnings ("Already have slur" and "Cannot end slur")
-  c4((\sp1( d4)(\sp1( e4) f) |
+  c''4((\sp1( d4)(\sp1( e4) f) |
   % This will give two overlapping slurs and "unterminated slur" from above
   d(  d\sp2( e) f\sp2) |