]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cue-during.ly
* mf/feta-bolletjes.mf (solfa_quarter_width): use
[lilypond.git] / input / regression / quote-cue-during.ly
index 8e7d0032a737322f1c88261769ae14a78809d4b3..7c6cd4230b77ec9695a3ff3ca1fd54feb1dd97c3 100644 (file)
@@ -11,9 +11,9 @@ last note."
 
 }
 
-\version "2.5.0"
+\version "2.9.13"
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 quoteMe = \relative c' { fis4 r16  a8.-> b4(-\ff~  b16 c8.  b) }
@@ -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
   }
 >>