]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/in-note.ly
Run fixcc + astyle2.02.
[lilypond.git] / input / regression / in-note.ly
index 8748353513f532101a403b1e1aad752da8105515..6963f99477334c2c7c906aa7f7c5919246e7b25c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.39"
+\version "2.16.0"
 
 \header {
   texidoc = "LilyPond does in-notes.
   \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\! }
     }
   }