]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/footnote-footer-padding.ly
Run scripts/auxiliar/update-with-convert-ly
[lilypond.git] / input / regression / footnote-footer-padding.ly
index 0c72c5e41feef332a22e569f56b1a7f7e1be2673..43970a6b1165e7162a01afc2ce7e568d70197b80 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.25"
+\version "2.15.39"
 \header {
   texidoc = "The padding between a footnote and the footer can be tweaked."
 }
     \footnote
                   \markup { \tiny 1 }
                   #'(1 . -1) #'NoteHead
-                  \markup { 1. Tiny space below. }
+                  \markup { 1. Tiny space below. } \default
     e1
 
     \footnote
                   \markup { \tiny 2 }
                   #'(1 . -1) #'NoteHead
-                  \markup { 2. Tiny space below. }
+                  \markup { 2. Tiny space below. } \default
     e1
 
     \footnote
                   \markup { \tiny 3 }
                   #'(1 . -1) #'NoteHead
-                  \markup { 3. Big space below. }
+                  \markup { 3. Big space below. } \default
     e1
 }}