]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/footnote-spanner.ly
This patch is meant to be a TEST ONLY of footnotes at the bottom of
[lilypond.git] / input / regression / footnote-spanner.ly
1 \version "2.13.54"
2 \header {
3   texidoc = "Footnotes are annotated at the correct place, and the
4 annotation goes to the correct page."
5 }
6
7 #(set-default-paper-size "a6")
8
9 \paper { ragged-last-bottom = ##f }
10
11 \book {
12
13 \relative c'' {
14 \once \override FootnoteSpanner #'spanner-placement = #-0.7
15 \footnoteGrob #'Hairpin
16               #'(0.5 . 0.5)
17               \markup { \tiny "1." }
18               \markup { 1. \justify { Goes to the second broken spanner. } }
19 b4\< c d a
20 b c d a
21 b c d a
22 b c d a
23 b c d a
24 b c d a \break \pageBreak
25 b c d a
26 b c d a
27 b c d a
28 b c d a
29 b c d a
30 b c d a
31 b c d a
32 b c d a
33 b c d a
34 b c d a
35 b c d a
36 b c d a\!
37
38 \once \override FootnoteSpanner #'spanner-placement = #1.0
39 \footnoteGrob #'Hairpin
40               #'(0.5 . 0.5)
41               \markup { \tiny "2." }
42               \markup { 2. \justify { Goes to the last broken spanner. } }
43 b4\< c d a
44 b c d a
45 b c d a
46 b c d a
47 b c d a
48 b c d a \break \pageBreak
49 b c d a
50 b c d a
51 b c d a
52 b c d a
53 b c d a
54 b c d a
55 b c d a
56 b c d a
57 b c d a
58 b c d a
59 b c d a
60 b c d\!
61 }}