]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-filter.ly
Doc-es: various updates.
[lilypond.git] / input / regression / tag-filter.ly
index f306b8b650e858c713040987d04eac14f8017aae..0c4be0b3e64478568775c317090e8fe81225467e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.19.21"
 \header {
 
   texidoc = "The @code{\\tag} command marks music expressions with a
@@ -11,12 +11,12 @@ notes and fingerings, but the score has not."
 
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 common =
-\relative c''  {
+\relative  {
 
-  c1
+  c''1
   \relative c' <<
     \tag #'part <<
       R1 \\
@@ -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
   }
 }