]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-auto-numbering-page-reset.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / footnote-auto-numbering-page-reset.ly
index 0663f5e80a5e1b0b2ed5256d3273d78b45788da5..23102214338e2bd2000a038ab1f45dd5bf799ecb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.7"
+\version "2.15.39"
 \header {
   texidoc = "This is an example of automatic footnote numbering
 where the number is reset on each page.  It uses the symbol-footnotes
@@ -24,7 +24,7 @@ have been reached.
 \markup { h i }
 
 \relative c' {
-\autoFootnoteGrob #'NoteHead #'(1 . -1) \markup { j }
+<>\footnote #'(1 . -1) #'NoteHead \markup { j }
 a b c d }
 
 \pageBreak
@@ -35,9 +35,9 @@ a b c d }
 
 \relative c' {
   d4 e
-  < f  a-\autoFootnote #'(1 . -1) \markup { n } c >
-  \autoFootnoteGrob #'Beam #'(1 . 1) \markup { o }
-  \autoFootnoteGrob #'Hairpin #'(1 . 1) \markup { p }
+  < f  a\footnote #'(1 . -1) \markup { n } c >
+  <>\footnote #'(1 . 1) #'Beam \markup { o }
+  <>\footnote #'(1 . 1) #'Hairpin \markup { p }
   a8\< [ b c d ] a4 b c |
   d a b c |
   d a b c |