]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tag-filter.ly
index af26b267db268742554f797587c178dfbd52f887..0c4be0b3e64478568775c317090e8fe81225467e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.19.21"
 \header {
 
   texidoc = "The @code{\\tag} command marks music expressions with a
@@ -14,9 +14,9 @@ notes and fingerings, but the score has not."
 \layout { ragged-right= ##t }
 
 common =
-\relative c''  {
+\relative  {
 
-  c1
+  c''1
   \relative c' <<
     \tag #'part <<
       R1 \\
@@ -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
   }
 }