]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/laissez-vibrer-ties.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / 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.11.62"
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 \relative c' {
16   <c e g>4\laissezVibrer r <c f g>\laissezVibrer r
17   <c d f g>4\laissezVibrer r <c d f g>4.\laissezVibrer r8
18
19   <c d e f>4\laissezVibrer r
20   \override LaissezVibrerTieColumn #'tie-configuration
21      = #`((-7 . ,DOWN)
22           (-5 . ,DOWN)
23           (-3 . ,UP)
24           (-1 . ,UP))
25   <c d e f>4\laissezVibrer r
26 }