]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/in-note.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / in-note.ly
index a7466f9fea78f72272dc1ffe119b336081015a7d..8748353513f532101a403b1e1aad752da8105515 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 
 \header {
   texidoc = "LilyPond does in-notes.
   \relative c' {
     \repeat unfold 5 {
       \once \override FootnoteItem #'footnote = ##f
-      \footnote
+      <>\footnote
                     "" #'(0 . 0) #'NoteHead \markup { \box \fill-line { "this is a test" } }
       \repeat unfold 5 { a\< b c d\! }
-      \footnote #'(-1 . 1) #'NoteHead "foobar"
+      <>\footnote #'(-1 . 1) #'NoteHead "foobar"
       \repeat unfold 5 { a\< b c d\! }
     }
   }