]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/footnote-spanner.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[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 }
12
13 \book {
14
15 \relative c'' {
16 \footnoteGrob #'Hairpin
17               #'(0.5 . 0.5)
18               \markup { \tiny "1." }
19               \markup { 1. \justify { Goes to the first broken spanner. } }
20 b4\< c d a
21 b c d a
22 b c d a
23 b c d a
24 b c d a
25 b c d a \break \pageBreak
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 b c d a\!
38
39 \once \override FootnoteSpanner #'spanner-placement = #RIGHT
40 \footnoteGrob #'Hairpin
41               #'(0.5 . 0.5)
42               \markup { \tiny "2." }
43               \markup { 2. \justify { Goes to the last broken spanner. } }
44 b4\< c d a
45 b c d a
46 b c d a
47 b c d a
48 b c d a
49 b c d a \break \pageBreak
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 a
61 b c d\!
62 }}