]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / tag-filter.ly
index 6aa109156b6fea37e68ef88a603a573b2a5211c1..b9da9fc4f188bb19a31d4f3fc922102740a801d0 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.8"
+\version "2.1.36"
 \header {
 
 texidoc = "The @code{\\tag} command marks music expressions with a
@@ -21,7 +21,7 @@ common =
        \tag #'part <<
          R1 \\
          {
-             \property Voice.fontSize = #-1
+             \set fontSize = #-1
              c4_"cue" f2 g4 } 
         >>
        \tag #'score R1
@@ -33,15 +33,15 @@ common =
 \score {
     \notes \simultaneous { 
     \new Staff {
-       \property Staff.instrument = #"both"
+       \set Staff.instrument = #"both"
        \common
        }
     \new Staff {
-       \property Staff.instrument = #"part"
+       \set Staff.instrument = #"part"
        \apply #(remove-tag 'score) \common
        }
     \new Staff {
-       \property Staff.instrument = #"score"
+       \set Staff.instrument = #"score"
        \apply #(remove-tag 'part) \common
        }
     }