X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftag-filter.ly;h=b9da9fc4f188bb19a31d4f3fc922102740a801d0;hb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;hp=e7d59152769cf167db7f2a059251720ac0ca6ce2;hpb=196bdae43d1d4f13a3080dbb5e5b4dd07f92cb51;p=lilypond.git diff --git a/input/regression/tag-filter.ly b/input/regression/tag-filter.ly index e7d5915276..b9da9fc4f1 100644 --- a/input/regression/tag-filter.ly +++ b/input/regression/tag-filter.ly @@ -1,5 +1,5 @@ -\version "1.9.3" +\version "2.1.36" \header { texidoc = "The @code{\\tag} command marks music expressions with a @@ -17,15 +17,15 @@ common = \notes \relative c'' { c1 - \relative c' < - \tag #'part < + \relative c' << + \tag #'part << R1 \\ { - \property Voice.fontSize = #-1 + \set fontSize = #-1 c4_"cue" f2 g4 } - > + >> \tag #'score R1 - > + >> c1-\tag #'part ^4 } @@ -33,15 +33,15 @@ common = \score { \notes \simultaneous { \new Staff { - \property Staff.instrument = #"both" + \set Staff.instrument = #"both" \common } \new Staff { - \property Staff.instrument = #"part" + \set Staff.instrument = #"part" \apply #(remove-tag 'score) \common } \new Staff { - \property Staff.instrument = #"score" + \set Staff.instrument = #"score" \apply #(remove-tag 'part) \common } }