X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-auto-numbering.ly;h=9520780fce00ac550d38beb8053d3e2dc2078a2f;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=1d60c5e89b194d0d60f7a18c29cc67e82cdfdf16;hpb=c20bed72fb602fabf67087649df283f1978a9d94;p=lilypond.git diff --git a/input/regression/footnote-auto-numbering.ly b/input/regression/footnote-auto-numbering.ly index 1d60c5e89b..9520780fce 100644 --- a/input/regression/footnote-auto-numbering.ly +++ b/input/regression/footnote-auto-numbering.ly @@ -1,4 +1,4 @@ -\version "2.15.39" +\version "2.17.6" \header { texidoc = "This is an example of automatic footnote numbering where the number is not reset on each page. It uses the default @@ -38,9 +38,9 @@ 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) #'NoteHead \markup { j } \default + \footnote #'(1 . -1) \markup { j } NoteHead a b c d } @@ -52,10 +52,10 @@ footnotes. \relative c' { d4 e - \once \override FootnoteItem #'numbering-assertion-function = + \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 |