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