]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-footer-padding.ly
Build: Run regression tests for lilypond-book (issue 2223).
[lilypond.git] / input / regression / footnote-footer-padding.ly
index ce37e71426ad0e6d053bbc25e3e47fdf04894bde..0c72c5e41feef332a22e569f56b1a7f7e1be2673 100644 (file)
@@ -1,32 +1,28 @@
-\version "2.14.0"
+\version "2.15.25"
 \header {
   texidoc = "The padding between a footnote and the footer can be tweaked."
 }
 
 #(set-default-paper-size "a6")
 
-\paper {
-  footnote-footer-padding = 1\in
-}
-
 \book {
 
   \relative c' {
-    \footnoteGrob #'NoteHead
-                  #'(1 . -1)
+    \footnote
                   \markup { \tiny 1 }
+                  #'(1 . -1) #'NoteHead
                   \markup { 1. Tiny space below. }
     e1
 
-    \footnoteGrob #'NoteHead
-                  #'(1 . -1)
+    \footnote
                   \markup { \tiny 2 }
+                  #'(1 . -1) #'NoteHead
                   \markup { 2. Tiny space below. }
     e1
 
-    \footnoteGrob #'NoteHead
-                  #'(1 . -1)
+    \footnote
                   \markup { \tiny 3 }
+                  #'(1 . -1) #'NoteHead
                   \markup { 3. Big space below. }
     e1
 }}