X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-break-visibility.ly;h=4e0821ab633e26df69f16a1753c66aa3d6128c3a;hb=7680952372689f3ce5674d47af42edfc475cface;hp=e45d8012af2666cef2e7b2821c1be6f5754e0849;hpb=f86f00c1a8de0f034ba48506de2801c074bd5422;p=lilypond.git diff --git a/input/regression/footnote-break-visibility.ly b/input/regression/footnote-break-visibility.ly index e45d8012af..4e0821ab63 100644 --- a/input/regression/footnote-break-visibility.ly +++ b/input/regression/footnote-break-visibility.ly @@ -1,24 +1,25 @@ -\version "2.13.54" +\version "2.17.6" \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") \book { -\new Staff \with { \consists "Footnote_engraver" } +\new Staff { \relative c' { c1 - \footnoteGrob #'TimeSignature #'(0 . 2) "foo" "bar" + \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 "|."