]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-auto-numbering.ly
Manual changes to documentation and regtests for footnotes.
[lilypond.git] / input / regression / footnote-auto-numbering.ly
index dd2251ecbf8b9fdf85b01186321b7c3e07d77e0c..1d60c5e89b194d0d60f7a18c29cc67e82cdfdf16 100644 (file)
@@ -40,7 +40,7 @@ footnotes.
 \relative c' {
   \once \override FootnoteItem #'numbering-assertion-function =
     #(lambda (grob) (make-footnote-numbering-assertion-function 3))
-  <>\footnote #'(1 . -1) #'NoteHead \markup { j }
+  \footnote #'(1 . -1) #'NoteHead \markup { j } \default
   a b c d
 }
 
@@ -54,12 +54,11 @@ footnotes.
   d4 e
   \once \override FootnoteItem #'numbering-assertion-function =
     #(lambda (grob) (make-footnote-numbering-assertion-function 5))
-  < f  a\footnote #'(1 . -1) \markup { n } c >
+  < f \footnote #'(1 . -1) \markup { n } a c >
   \once \override FootnoteSpanner #'numbering-assertion-function =
     #(simultaneous-footnote-numbering-assertion-function 6 7)
-  <>\footnote #'(1 . 1) #'Beam \markup { o }
-  <>\footnote #'(1 . 1) #'Hairpin \markup { p }
-  a8\< [ b c d ] a4 b c |
+  a8-\footnote #'(1 . 1) \markup { p } \<
+  -\footnote #'(1 . 1) \markup { o } [ b c d ] a4 b c |
   d a b c |
   d a b c |
   d a b c\f |