X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-auto-numbering.ly;h=6de6c843e13c81e42a011a952f0c84d9926cb96f;hb=96b15d6cdd6cedd2860135d6095695de4853d1fd;hp=dd2251ecbf8b9fdf85b01186321b7c3e07d77e0c;hpb=ac1f5ee6bc66e39e4fec27434ebb7c7300bab71e;p=lilypond.git diff --git a/input/regression/footnote-auto-numbering.ly b/input/regression/footnote-auto-numbering.ly index dd2251ecbf..6de6c843e1 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.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,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 } @@ -48,18 +48,17 @@ 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 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 |