X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-auto-numbering.ly;h=6de6c843e13c81e42a011a952f0c84d9926cb96f;hb=8522deaaf7844bcd4604ed61e6073d99feb1c518;hp=5db24f8847d5c8a6742ee75c4ed03f8f1a9c1a44;hpb=63a426bd72cfc429f4e139131ae6fa0757ab3fae;p=lilypond.git diff --git a/input/regression/footnote-auto-numbering.ly b/input/regression/footnote-auto-numbering.ly index 5db24f8847..6de6c843e1 100644 --- a/input/regression/footnote-auto-numbering.ly +++ b/input/regression/footnote-auto-numbering.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.19.21" \header { texidoc = "This is an example of automatic footnote numbering where the number is not reset on each page. It uses the default @@ -38,7 +38,7 @@ footnotes. \markup { h i } \relative c' { - \once \override FootnoteItem #'numbering-assertion-function = + \once \override FootnoteItem.numbering-assertion-function = #(lambda (grob) (make-footnote-numbering-assertion-function 3)) \footnote #'(1 . -1) \markup { j } NoteHead a b c d @@ -48,14 +48,14 @@ footnotes. \markup { k \auto-footnote l m } -\relative c' { a1 } +\relative { a1 } -\relative c' { - d4 e - \once \override FootnoteItem #'numbering-assertion-function = +\relative { + d'4 e + \once \override FootnoteItem.numbering-assertion-function = #(lambda (grob) (make-footnote-numbering-assertion-function 5)) < f \footnote #'(1 . -1) \markup { n } a c > - \once \override FootnoteSpanner #'numbering-assertion-function = + \once \override FootnoteSpanner.numbering-assertion-function = #(simultaneous-footnote-numbering-assertion-function 6 7) a8-\footnote #'(1 . 1) \markup { p } \< -\footnote #'(1 . 1) \markup { o } [ b c d ] a4 b c |