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