]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / quote.ly
index 4c56a0a30e7c631961d5bb32df4ad6ab7e0f3572..8c4732520d780ef7ac8a2129c20468f47c91e80e 100644 (file)
@@ -7,7 +7,7 @@ things are quoted. In this example, a 16th rests is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.9.13"
+\version "2.7.39"
 \layout {
     ragged-right = ##t
 }
@@ -20,15 +20,15 @@ original = \relative c'' { c8 d s2 es8 gis8 }
 
 <<
     \new Staff {
-       \set Staff.instrumentName = "quoteMe"
+       \set Staff.instrument = "quoteMe"
        \quoteMe
     }
     \new Staff {
-       \set Staff.instrumentName = "orig"
+       \set Staff.instrument = "orig"
        \original
     }
     \new Staff \relative c'' <<
-       \set Staff.instrumentName = "orig+quote"        
+       \set Staff.instrument = "orig+quote"    
        \set Staff.quotedEventTypes = #'(note-event articulation-event)
        \original
        \new Voice {