]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / tag-filter.ly
index 9aa03a8dc6ed1ddf0ab11e084bd3cc6e9dcaf245..be07a42e3886053e5c863bdab949ed784d8d56f3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.10.0"
 \header {
 
   texidoc = "The @code{\\tag} command marks music expressions with a
@@ -33,15 +33,15 @@ common =
 
 \simultaneous { 
   \new Staff {
-    \set Staff.instrument = #"both"
+    \set Staff.instrumentName = #"both"
     \common
   }
   \new Staff {
-    \set Staff.instrument = #"part"
+    \set Staff.instrumentName = #"part"
     \keepWithTag #'part \common
   }
   \new Staff {
-    \set Staff.instrument = #"score"
+    \set Staff.instrumentName = #"score"
     \keepWithTag #'score \common
   }
 }