Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / laissez-vibrer-ties.ly
blobcef356cd3570538f6b4e8e3af0ecc2486970b810
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.10.0"
14 \paper {
15 ragged-right = ##t
18 \relative {
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 r
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