]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/footnote-footer-padding.ly
0c72c5e41feef332a22e569f56b1a7f7e1be2673
[lilypond.git] / input / regression / footnote-footer-padding.ly
1 \version "2.15.25"
2 \header {
3   texidoc = "The padding between a footnote and the footer can be tweaked."
4 }
5
6 #(set-default-paper-size "a6")
7
8 \book {
9
10   \relative c' {
11     \footnote
12                   \markup { \tiny 1 }
13                   #'(1 . -1) #'NoteHead
14                   \markup { 1. Tiny space below. }
15     e1
16
17     \footnote
18                   \markup { \tiny 2 }
19                   #'(1 . -1) #'NoteHead
20                   \markup { 2. Tiny space below. }
21     e1
22
23     \footnote
24                   \markup { \tiny 3 }
25                   #'(1 . -1) #'NoteHead
26                   \markup { 3. Big space below. }
27     e1
28 }}