]> 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 c73fd5b7175adb1c3d1e9bafb87e5d561045c2e3..b9da9fc4f188bb19a31d4f3fc922102740a801d0 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.22"
+\version "2.1.36"
 \header {
 
 texidoc = "The @code{\\tag} command marks music expressions with a
@@ -21,7 +21,7 @@ common =
        \tag #'part <<
          R1 \\
          {
-             \set fontSize =  #-1
+             \set fontSize = #-1
              c4_"cue" f2 g4 } 
         >>
        \tag #'score R1
@@ -33,15 +33,15 @@ common =
 \score {
     \notes \simultaneous { 
     \new Staff {
-       \set Staff.instrument =  #"both"
+       \set Staff.instrument = #"both"
        \common
        }
     \new Staff {
-       \set Staff.instrument =  #"part"
+       \set Staff.instrument = #"part"
        \apply #(remove-tag 'score) \common
        }
     \new Staff {
-       \set Staff.instrument =  #"score"
+       \set Staff.instrument = #"score"
        \apply #(remove-tag 'part) \common
        }
     }