]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/footnote-spanner.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / footnote-spanner.ly
1 \version "2.19.21"
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 {
16 b'4-\single\footnote
17               \markup { \tiny "1." }
18               #'(0.5 . 0.5)
19               \markup { 1. \justify { Goes to the first broken spanner. } } Hairpin
20    \<
21 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 b4-\single\footnote
42               \markup { \tiny "2." }
43               #'(0.5 . 0.5)
44               \markup { 2. \justify { Goes to the last broken spanner. } } Hairpin
45    \<
46 c d a
47 b c d a
48 b c d a
49 b c d a
50 b c d a
51 b c d a \break \pageBreak
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 a
63 b c d\!
64 }}