]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/laissez-vibrer-ties.ly
f57ab0a89d082fb7777400414755a445d4b6d144
[lilypond.git] / Documentation / snippets / laissez-vibrer-ties.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "expressive-marks, specific-notation, contemporary-notation, keyboards, fretted-strings, connecting-notes"
11
12 %% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
13   texidocfr = "
14 Les indication de « laisser vibrer » ont une taille fixe.  Leur
15 formatage est accessible au travers de la propriété
16 @code{'tie-configuration}.
17
18 "
19   doctitlefr = "Liaison « Laissez vibrer »"
20
21   texidoc = "
22 Laissez vibrer ties have a fixed size. Their formatting can be tuned
23 using @code{'tie-configuration}.
24
25 "
26   doctitle = "Laissez vibrer ties"
27 } % begin verbatim
28
29
30 \relative c' {
31   <c e g>4\laissezVibrer r <c f g>\laissezVibrer r
32   <c d f g>4\laissezVibrer r <c d f g>4.\laissezVibrer r8
33
34   <c d e f>4\laissezVibrer r
35   \override LaissezVibrerTieColumn #'tie-configuration
36      = #`((-7 . ,DOWN)
37           (-5 . ,DOWN)
38           (-3 . ,UP)
39           (-1 . ,UP))
40   <c d e f>4\laissezVibrer r
41 }
42