]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/footnote-footer-padding.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / input / regression / footnote-footer-padding.ly
1 \version "2.14.0"
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     \footnoteGrob #'NoteHead
12                   #'(1 . -1)
13                   \markup { \tiny 1 }
14                   \markup { 1. Tiny space below. }
15     e1
16
17     \footnoteGrob #'NoteHead
18                   #'(1 . -1)
19                   \markup { \tiny 2 }
20                   \markup { 2. Tiny space below. }
21     e1
22
23     \footnoteGrob #'NoteHead
24                   #'(1 . -1)
25                   \markup { \tiny 3 }
26                   \markup { 3. Big space below. }
27     e1
28 }}