X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-break-visibility.ly;h=5d688dcbc639d441c8de485d893a71ddce92d08c;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=6159b5dc5f35cf3ad6caaebd26ebc297dec71570;hpb=233aad0ba9781e43424c4e77a859e42b660210e6;p=lilypond.git diff --git a/input/regression/footnote-break-visibility.ly b/input/regression/footnote-break-visibility.ly index 6159b5dc5f..5d688dcbc6 100644 --- a/input/regression/footnote-break-visibility.ly +++ b/input/regression/footnote-break-visibility.ly @@ -1,28 +1,25 @@ -\version "2.14.0" +\version "2.19.21" \header { texidoc = "With grobs that have break visibility, footnotes will -automatically print to the first line of the break. This behavior -can be overrided." +automatically take the break visibility of the grob being footnoted. +This behavior can be overridden. +" } #(set-default-paper-size "a6") -\paper { - footnote-auto-numbering = ##f -} - \book { -\new Staff \with { \consists "Footnote_engraver" } +\new Staff { - \relative c' { - c1 - \footnoteGrob #'TimeSignature #'(0 . 2) "foo" "bar" + \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) - \footnoteGrob #'TimeSignature #'(0 . 2) "foo" "bar" + \once \override Score.FootnoteItem.break-visibility = ##(#f #f #t) + \footnote "foo" #'(0 . 2) "bar" Staff.TimeSignature \time 4/4 \break \pageBreak c1 \bar "|."