X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Fin-note.ly;h=2e3bffb754db3799ff30d8185d39e9cf1aef042d;hb=3c0f38115857598db730782b1d2ff0a19fd833af;hp=a7466f9fea78f72272dc1ffe119b336081015a7d;hpb=0640f8495c4af9cf7cf2ca7b952b3ee0bcd0b2bf;p=lilypond.git diff --git a/input/regression/in-note.ly b/input/regression/in-note.ly index a7466f9fea..2e3bffb754 100644 --- a/input/regression/in-note.ly +++ b/input/regression/in-note.ly @@ -1,4 +1,4 @@ -\version "2.15.25" +\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 + \once \override FootnoteItem.footnote = ##f \footnote - "" #'(0 . 0) #'NoteHead \markup { \box \fill-line { "this is a test" } } + "" #'(0 . 0) + \markup { \box \fill-line { "this is a test" } } NoteHead \repeat unfold 5 { a\< b c d\! } - \footnote #'(-1 . 1) #'NoteHead "foobar" + \footnote #'(-1 . 1) "foobar" NoteHead \repeat unfold 5 { a\< b c d\! } } }