]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / tag-filter.ly
index 5e96e9ec8704324dd14fbe6f9fe19064f408248f..9aa03a8dc6ed1ddf0ab11e084bd3cc6e9dcaf245 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.9.13"
+\version "2.7.39"
 \header {
 
   texidoc = "The @code{\\tag} command marks music expressions with a
@@ -33,15 +33,15 @@ common =
 
 \simultaneous { 
   \new Staff {
-    \set Staff.instrumentName = #"both"
+    \set Staff.instrument = #"both"
     \common
   }
   \new Staff {
-    \set Staff.instrumentName = #"part"
+    \set Staff.instrument = #"part"
     \keepWithTag #'part \common
   }
   \new Staff {
-    \set Staff.instrumentName = #"score"
+    \set Staff.instrument = #"score"
     \keepWithTag #'score \common
   }
 }