X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-auto-numbering.ly;h=9520780fce00ac550d38beb8053d3e2dc2078a2f;hb=38ca8905ad17945008b3516be0034a0fa7f4ff24;hp=11d9c276f5e13f722cbfe3fdbcd0116a74a9de59;hpb=0640f8495c4af9cf7cf2ca7b952b3ee0bcd0b2bf;p=lilypond.git diff --git a/input/regression/footnote-auto-numbering.ly b/input/regression/footnote-auto-numbering.ly index 11d9c276f5..9520780fce 100644 --- a/input/regression/footnote-auto-numbering.ly +++ b/input/regression/footnote-auto-numbering.ly @@ -1,4 +1,4 @@ -\version "2.15.25" +\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 } + \footnote #'(1 . -1) \markup { j } NoteHead a b c d } @@ -52,14 +52,13 @@ 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 a-\footnote #'(1 . -1) \markup { n } c > - \once \override FootnoteSpanner #'numbering-assertion-function = + < f \footnote #'(1 . -1) \markup { n } a c > + \once \override FootnoteSpanner.numbering-assertion-function = #(simultaneous-footnote-numbering-assertion-function 6 7) - \footnote #'(1 . 1) #'Beam \markup { o } - \footnote #'(1 . 1) #'Hairpin \markup { p } - a8\< [ b c d ] a4 b c | + a8-\footnote #'(1 . 1) \markup { p } \< + -\footnote #'(1 . 1) \markup { o } [ b c d ] a4 b c | d a b c | d a b c | d a b c\f |