X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-break-visibility.ly;h=5d688dcbc639d441c8de485d893a71ddce92d08c;hb=c7acad264e49f23e333dd66a0e1d50005c630068;hp=0f88e2df276599a66ff346c58cdd521e31e1dec6;hpb=a01dce03cbf3fa0d219ba2d5cfbd008be7341a9d;p=lilypond.git diff --git a/input/regression/footnote-break-visibility.ly b/input/regression/footnote-break-visibility.ly index 0f88e2df27..5d688dcbc6 100644 --- a/input/regression/footnote-break-visibility.ly +++ b/input/regression/footnote-break-visibility.ly @@ -1,4 +1,4 @@ -\version "2.15.40" +\version "2.19.21" \header { texidoc = "With grobs that have break visibility, footnotes will automatically take the break visibility of the grob being footnoted. @@ -12,14 +12,14 @@ This behavior can be overridden. \new Staff { - \relative c' { - c1 - \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default + \relative { + c'1 + \footnote "foo" #'(0 . 2) "bar" Staff.TimeSignature \time 3/4 \break \pageBreak c2. - \once \override Staff . FootnoteItem #'break-visibility = ##(#f #f #t) - \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default + \once \override Score.FootnoteItem.break-visibility = ##(#f #f #t) + \footnote "foo" #'(0 . 2) "bar" Staff.TimeSignature \time 4/4 \break \pageBreak c1 \bar "|."