]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
(keepWithTag): add music functions
[lilypond.git] / input / regression / tag-filter.ly
index 5b2bd7df082a9feea8c75c4887e337cdfc762d3c..004f3086311adca4bfca1a1b3fef1f8b210d20ec 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.16"
+\version "2.3.17"
 \header {
 
 texidoc = "The @code{\\tag} command marks music expressions with a
@@ -31,18 +31,18 @@ common =
 
 
 \score {
-     \simultaneous { 
+    \simultaneous { 
     \new Staff {
        \set Staff.instrument = #"both"
        \common
        }
     \new Staff {
        \set Staff.instrument = #"part"
-       \applymusic #(remove-tag 'score) \common
+       \keepWithTag #'part \common
        }
     \new Staff {
        \set Staff.instrument = #"score"
-       \applymusic #(remove-tag 'part) \common
+       \keepWithTag #'score \common
        }
     }
 }