X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-break-visibility.ly;h=b7d045798bfdb659e33d44e91698d2f9421425dc;hb=f2bd555640f6f28276fd56250c7e8b1bd07aa1df;hp=fb49e84841245ab43e4cbe5d0de7c0aa3798afec;hpb=3f20c6178c3090afdf495f66b595677388a21629;p=lilypond.git diff --git a/input/regression/footnote-break-visibility.ly b/input/regression/footnote-break-visibility.ly index fb49e84841..b7d045798b 100644 --- a/input/regression/footnote-break-visibility.ly +++ b/input/regression/footnote-break-visibility.ly @@ -1,4 +1,4 @@ -\version "2.15.25" +\version "2.15.39" \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 - \footnote "foo" #'(0 . 2) #'TimeSignature "bar" + \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default \time 3/4 \break \pageBreak c2. \once \override Staff . FootnoteItem #'break-visibility = ##(#f #f #t) - \footnote "foo" #'(0 . 2) #'TimeSignature "bar" + \footnote "foo" #'(0 . 2) #'TimeSignature "bar" \default \time 4/4 \break \pageBreak c1 \bar "|."