]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/laissez-vibrer-ties.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / laissez-vibrer-ties.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
5
6 \header {
7   lsrtags = "expressive-marks, keyboards, fretted-strings"
8
9   texidoc = "
10 Laissez vibrer ties have a fixed size. Their formatting can be tuned
11 using @code{'tie-configuration}.
12
13 "
14   doctitle = "Laissez vibrer ties"
15 } % begin verbatim
16
17 \relative c' {
18   <c e g>4\laissezVibrer r <c f g>\laissezVibrer r
19   <c d f g>4\laissezVibrer r <c d f g>4.\laissezVibrer r8
20
21   <c d e f>4\laissezVibrer r
22   \override LaissezVibrerTieColumn #'tie-configuration
23      = #`((-7 . ,DOWN)
24           (-5 . ,DOWN)
25           (-3 . ,UP)
26           (-1 . ,UP))
27   <c d e f>4\laissezVibrer r
28 }
29