]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-footer-padding.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / footnote-footer-padding.ly
index 0c72c5e41feef332a22e569f56b1a7f7e1be2673..ebc156c1e032df1e3ccbe0b88743ac4e21ae17bf 100644 (file)
@@ -1,8 +1,10 @@
-\version "2.15.25"
+\version "2.16.0"
 \header {
   texidoc = "The padding between a footnote and the footer can be tweaked."
 }
 
+% TODO: then why isn't it tweaked?
+
 #(set-default-paper-size "a6")
 
 \book {
   \relative c' {
     \footnote
                   \markup { \tiny 1 }
-                  #'(1 . -1) #'NoteHead
+                  #'(1 . -1)
                   \markup { 1. Tiny space below. }
     e1
 
     \footnote
                   \markup { \tiny 2 }
-                  #'(1 . -1) #'NoteHead
+                  #'(1 . -1)
                   \markup { 2. Tiny space below. }
     e1
 
     \footnote
                   \markup { \tiny 3 }
-                  #'(1 . -1) #'NoteHead
+                  #'(1 . -1)
                   \markup { 3. Big space below. }
     e1
 }}