Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / rehearsal-mark-align.ly
blob70fc70aa22bc59e38dbb4423cc595adb677c757a
2 \header {
4 texidoc = "The rehearsal mark is put on top a breakable symbol,
5 according to the value of @code{break-align-symbols} value of the
6 @code{RehearsalMark}. The same holds for @code{BarNumber} grobs."
10 \version "2.12.0"
12 \relative c' {
13 c1 \mark "foo"
15 \key cis \major
16 \clef alto
17 \override Score.RehearsalMark #'break-align-symbols = #'(key-signature)
18 \mark "on-key"
19 cis
20 \key ces \major
21 \override Score.RehearsalMark #'break-align-symbols = #'(clef)
22 \clef treble
23 \mark "on clef"
24 ces