]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/laissez-vibrer-ties.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / laissez-vibrer-ties.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.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.18.0"
8
9 \header {
10   lsrtags = "connecting-notes, contemporary-notation, expressive-marks, fretted-strings, keyboards, specific-notation"
11
12   texidoc = "
13 Laissez vibrer ties have a fixed size. Their formatting can be tuned
14 using @code{'tie-configuration}.
15
16 "
17   doctitle = "Laissez vibrer ties"
18 } % begin verbatim
19
20 \relative c' {
21   <c e g>4\laissezVibrer r <c f g>\laissezVibrer r
22   <c d f g>4\laissezVibrer r <c d f g>4.\laissezVibrer r8
23
24   <c d e f>4\laissezVibrer r
25   \override LaissezVibrerTieColumn.tie-configuration
26      = #`((-7 . ,DOWN)
27           (-5 . ,DOWN)
28           (-3 . ,UP)
29           (-1 . ,UP))
30   <c d e f>4\laissezVibrer r
31 }