Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / laissez-vibrer-ties.ly
blob681fdaf7ef11ccfb6ad825ac560fede1a050f82c
2 \header {
5 texidoc = "
6 l.v. ties should avoid dots and staff lines, similar to normal ties.
7 They have fixed size. Their formatting can be tuned with
8 @code{tie-configuration}.
13 \version "2.12.0"
14 \paper {
15 ragged-right = ##t
18 \relative c' {
19 <c e g>\laissezVibrer r4
20 <c f g>\laissezVibrer r
21 <c d f g>\laissezVibrer r
22 <c d f g>4.\laissezVibrer r8
24 <c d e f>4\laissezVibrer r
25 \override LaissezVibrerTieColumn #'tie-configuration
26 = #'((-7 . -1)
27 (-5 . -1)
28 (-3 . 1)
29 (-1 . 1))
30 <c d e f>4\laissezVibrer r