]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/connecting/laissez-vibrer-ties.ly
Update from LSR.
[lilypond.git] / input / lsr / connecting / laissez-vibrer-ties.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 Laissez vibrer ties should avoid dots and staff lines, similar to
5 normal ties.  They have fixed size. Their formatting can be tuned with
6 @code{tie-configuration} 
7 " }
8
9 \paper {
10   ragged-right = ##t
11 }
12
13 \relative {
14   <c e g>\laissezVibrer r4
15   <c f g>\laissezVibrer r
16   <c d f g>\laissezVibrer r
17   <c d f g>4.\laissezVibrer r
18
19   <c d e f>4\laissezVibrer r
20   \override LaissezVibrerTieColumn #'tie-configuration
21     = #'((-7 . -1)
22          (-5 . -1)
23          (-3 . 1)
24          (-1 . 1))
25   <c d e f>4\laissezVibrer r
26 }
27