]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/footnote-spanner.ly
Doc-de: fixing linkage
[lilypond.git] / input / regression / footnote-spanner.ly
1 \version "2.14.0"
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 {
10   ragged-last-bottom = ##f
11   footnote-auto-numbering = ##f
12 }
13
14 \book {
15
16 \relative c'' {
17 \footnoteGrob #'Hairpin
18               #'(0.5 . 0.5)
19               \markup { \tiny "1." }
20               \markup { 1. \justify { Goes to the first broken spanner. } }
21 b4\< c d a
22 b c d a
23 b c d a
24 b c d a
25 b c d a
26 b c d a \break \pageBreak
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 b c d a
38 b c d a\!
39
40 \once \override FootnoteSpanner #'spanner-placement = #RIGHT
41 \footnoteGrob #'Hairpin
42               #'(0.5 . 0.5)
43               \markup { \tiny "2." }
44               \markup { 2. \justify { Goes to the last broken spanner. } }
45 b4\< c d a
46 b c d a
47 b c d a
48 b c d a
49 b c d a
50 b c d a \break \pageBreak
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 a
61 b c d a
62 b c d\!
63 }}