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