X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffootnote-footer-padding.ly;h=ebc156c1e032df1e3ccbe0b88743ac4e21ae17bf;hb=6316d6cdcc9ca46c2b72ecb5ff8cce92b5f38305;hp=3011b07331ae71ea2acfcf3e64ec39b6ad99ee7f;hpb=9ec7c79078944a94e2e9abbf8e1b3299c9706389;p=lilypond.git diff --git a/input/regression/footnote-footer-padding.ly b/input/regression/footnote-footer-padding.ly index 3011b07331..ebc156c1e0 100644 --- a/input/regression/footnote-footer-padding.ly +++ b/input/regression/footnote-footer-padding.ly @@ -1,28 +1,30 @@ -\version "2.15.39" +\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 + \footnote \markup { \tiny 1 } - #'(1 . -1) #'NoteHead + #'(1 . -1) \markup { 1. Tiny space below. } e1 - <>\footnote + \footnote \markup { \tiny 2 } - #'(1 . -1) #'NoteHead + #'(1 . -1) \markup { 2. Tiny space below. } e1 - <>\footnote + \footnote \markup { \tiny 3 } - #'(1 . -1) #'NoteHead + #'(1 . -1) \markup { 3. Big space below. } e1 }}