X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fin-note.ly;h=2e3bffb754db3799ff30d8185d39e9cf1aef042d;hb=fa7cef118ba38099e8b26f7d1e6de0cd0fed853c;hp=1d08d5c12cc98d9b4da5ae08b01ac566cdd4d7ed;hpb=dcd022fe1212a4a439539c22c1a8f90788e5d050;p=lilypond.git diff --git a/input/regression/in-note.ly b/input/regression/in-note.ly index 1d08d5c12c..2e3bffb754 100644 --- a/input/regression/in-note.ly +++ b/input/regression/in-note.ly @@ -1,4 +1,4 @@ -\version "2.15.17" +\version "2.17.6" \header { texidoc = "LilyPond does in-notes. @@ -9,11 +9,12 @@ \book { \relative c' { \repeat unfold 5 { - \once \override FootnoteItem #'footnote = ##f - \footnoteGrob #'NoteHead #'(0 . 0) - "" \markup { \box \fill-line { "this is a test" } } + \once \override FootnoteItem.footnote = ##f + \footnote + "" #'(0 . 0) + \markup { \box \fill-line { "this is a test" } } NoteHead \repeat unfold 5 { a\< b c d\! } - \autoFootnoteGrob #'NoteHead #'(-1 . 1) "foobar" + \footnote #'(-1 . 1) "foobar" NoteHead \repeat unfold 5 { a\< b c d\! } } }