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