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