X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-footer-padding.ly;h=ebc156c1e032df1e3ccbe0b88743ac4e21ae17bf;hb=3ec271a5093ea9d3150d3dae7c9f7220df03d12f;hp=b0fd84a30987283e44df50226ff84a4d2252daf6;hpb=b38fd63a19190741c0c19faf6a904af82c3f434c;p=lilypond.git diff --git a/input/regression/footnote-footer-padding.ly b/input/regression/footnote-footer-padding.ly index b0fd84a309..ebc156c1e0 100644 --- a/input/regression/footnote-footer-padding.ly +++ b/input/regression/footnote-footer-padding.ly @@ -1,28 +1,30 @@ -\version "2.14.0" +\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' { - \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 }}