]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
new file.
[lilypond.git] / input / regression / tag-filter.ly
index 4f3ff5dcbc3d66704f8688e1164c1f148b890104..77af936b3539c1b6cd4ea60bef9e5d2561f68d7a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
 
 texidoc = "The @code{\\tag} command marks music expressions with a
@@ -14,7 +14,7 @@ notes and fingerings, but the score has not."
 \paper { raggedright= ##t }
 
 common =
-\notes \relative c''  {
+ \relative c''  {
 
     c1
     \relative c' <<
@@ -31,18 +31,18 @@ common =
 
 
 \score {
-    \notes \simultaneous { 
+     \simultaneous { 
     \new Staff {
        \set Staff.instrument = #"both"
        \common
        }
     \new Staff {
        \set Staff.instrument = #"part"
-       \apply #(remove-tag 'score) \common
+       \applymusic #(remove-tag 'score) \common
        }
     \new Staff {
        \set Staff.instrument = #"score"
-       \apply #(remove-tag 'part) \common
+       \applymusic #(remove-tag 'part) \common
        }
     }
 }