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