]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cue-during.ly
put \version check in test target.
[lilypond.git] / input / regression / quote-cue-during.ly
index 0d14d06af9bb24a305e6e0792e81728bc41f8be2..42045c5f73658f689423c31396024721ee2d1fa5 100644 (file)
@@ -11,7 +11,7 @@ last note."
 
 }
 
-\version "2.7.39"
+\version "2.10.0"
 \layout {
   ragged-right = ##t
 }
@@ -34,15 +34,15 @@ cueStaff =  \relative c'' <<
 
 <<
   \new Staff {
-    \set Staff.instrument = "quoteMe"
+    \set Staff.instrumentName = "quoteMe"
     \quoteMe
   }
   \new Staff {
-    \set Staff.instrument = "orig (killCues)"
+    \set Staff.instrumentName = "orig (killCues)"
     \killCues \original
   }
   \new Staff {
-    \set Staff.instrument = "orig+quote"       
+    \set Staff.instrumentName = "orig+quote"   
     \cueStaff
   }
 >>