]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cue-during.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / quote-cue-during.ly
index 8e7d0032a737322f1c88261769ae14a78809d4b3..2caea5994a323668e8339ed7d2b02cec0fe318a5 100644 (file)
@@ -11,14 +11,14 @@ last note."
 
 }
 
-\version "2.5.0"
+\version "2.12.0"
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 quoteMe = \relative c' { fis4 r16  a8.-> b4(-\ff~  b16 c8.  b) }
 
-\addquote quoteMe \quoteMe 
+\addQuote quoteMe \quoteMe 
 
 original = \relative c'' {
   c8 d
@@ -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
   }
 >>