Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / footnote-spanner.ly
blob3a0f3ef7cc9693a6c82a80a303821f4d39efb78c
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."
7 #(set-default-paper-size "a6")
9 \paper { ragged-last-bottom = ##f }
11 \book {
13 \relative c'' {
14 \footnoteGrob #'Hairpin
15 #'(0.5 . 0.5)
16 \markup { \tiny "1." }
17 \markup { 1. \justify { Goes to the first broken spanner. } }
18 b4\< c d a
19 b c d a
20 b c d a
21 b c d a
22 b c d a
23 b c d a \break \pageBreak
24 b c d a
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\!
37 \once \override FootnoteSpanner #'spanner-placement = #RIGHT
38 \footnoteGrob #'Hairpin
39 #'(0.5 . 0.5)
40 \markup { \tiny "2." }
41 \markup { 2. \justify { Goes to the last broken spanner. } }
42 b4\< c d a
43 b c d a
44 b c d a
45 b c d a
46 b c d a
47 b c d a \break \pageBreak
48 b c d a
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\!