]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/in-note.ly
Manual changes to documentation and regtests for footnotes.
[lilypond.git] / input / regression / in-note.ly
index a7466f9fea78f72272dc1ffe119b336081015a7d..c8e4a03d684dfc2780c371b9d05c5bfa9da58440 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 
 \header {
   texidoc = "LilyPond does in-notes.
     \repeat unfold 5 {
       \once \override FootnoteItem #'footnote = ##f
       \footnote
-                    "" #'(0 . 0) #'NoteHead \markup { \box \fill-line { "this is a test" } }
+         "" #'(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\! }
     }
   }