]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/in-note.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / in-note.ly
index 6963f99477334c2c7c906aa7f7c5919246e7b25c..2e3bffb754db3799ff30d8185d39e9cf1aef042d 100644 (file)
@@ -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\! }
     }
   }