]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
Dist: build fixes.
[lilypond.git] / input / regression / tag-filter.ly
index a2dea75d7c47093499c240a58b972e2c994c7c02..324416642b571a3f8dc6faa85fc74db88ad0a70e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.14.0"
 \header {
 
   texidoc = "The @code{\\tag} command marks music expressions with a
@@ -11,7 +11,7 @@ notes and fingerings, but the score has not."
 
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 common =
 \relative c''  {
@@ -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
   }
 }