X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftag-filter.ly;h=be07a42e3886053e5c863bdab949ed784d8d56f3;hb=ce593a5d9614d463ac0255eac17ceb50ce3bcc29;hp=f306b8b650e858c713040987d04eac14f8017aae;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/tag-filter.ly b/input/regression/tag-filter.ly index f306b8b650..be07a42e38 100644 --- a/input/regression/tag-filter.ly +++ b/input/regression/tag-filter.ly @@ -1,5 +1,5 @@ -\version "2.7.13" +\version "2.10.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 } }