]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/laissez-vibrer-ties.ly
a693c2109ebb4901e6e18f99e2c79deab2a1fdf3
[lilypond.git] / input / regression / laissez-vibrer-ties.ly
1
2 \header {
3
4
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}.
9
10 "
11   }
12
13 \version "2.16.0"
14 \paper {
15   ragged-right = ##t
16 }
17
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
23
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
31 }