X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftag-filter.ly;h=0c4be0b3e64478568775c317090e8fe81225467e;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=a2dea75d7c47093499c240a58b972e2c994c7c02;hpb=49428cfe64483bc706da930d4e24d16166d8e79a;p=lilypond.git diff --git a/input/regression/tag-filter.ly b/input/regression/tag-filter.ly index a2dea75d7c..0c4be0b3e6 100644 --- a/input/regression/tag-filter.ly +++ b/input/regression/tag-filter.ly @@ -1,5 +1,5 @@ -\version "2.6.0" +\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 } }