]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-footer-padding.ly
Manual changes to documentation and regtests for footnotes.
[lilypond.git] / input / regression / footnote-footer-padding.ly
index 46d426459135ad673fc9262325cc6a4d6f664496..2af561c42c7c09380200c00e1ba8053fbdce39ed 100644 (file)
@@ -1,32 +1,30 @@
-\version "2.13.59"
+\version "2.15.39"
 \header {
   texidoc = "The padding between a footnote and the footer can be tweaked."
 }
 
-#(set-default-paper-size "a6")
+% TODO: then why isn't it tweaked?
 
-\paper {
-  footnote-footer-padding = 1\in
-}
+#(set-default-paper-size "a6")
 
 \book {
 
   \relative c' {
-    \footnoteGrob #'NoteHead
-                  #'(1 . -1)
+    \footnote
                   \markup { \tiny 1 }
+                  #'(1 . -1)
                   \markup { 1. Tiny space below. }
     e1
 
-    \footnoteGrob #'NoteHead
-                  #'(1 . -1)
+    \footnote
                   \markup { \tiny 2 }
+                  #'(1 . -1)
                   \markup { 2. Tiny space below. }
     e1
 
-    \footnoteGrob #'NoteHead
-                  #'(1 . -1)
+    \footnote
                   \markup { \tiny 3 }
+                  #'(1 . -1)
                   \markup { 3. Big space below. }
     e1
 }}