X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flaissez-vibrer-ties.ly;h=c2b459e8109dffc1f37ff0f65634f121de96f717;hb=d275ca42d6f29579aa3abe7ef1978e3916f5cdb2;hp=2abbb11996b951ae268e3d5a0608d9e06b5ed884;hpb=70ff1f9ec002479b4b34e6e470c0e479d6060a57;p=lilypond.git diff --git a/Documentation/snippets/laissez-vibrer-ties.ly b/Documentation/snippets/laissez-vibrer-ties.ly index 2abbb11996..c2b459e810 100644 --- a/Documentation/snippets/laissez-vibrer-ties.ly +++ b/Documentation/snippets/laissez-vibrer-ties.ly @@ -1,29 +1,32 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.4" +\version "2.17.11" \header { - lsrtags = "expressive-marks, keyboards, fretted-strings" + lsrtags = "connecting-notes, contemporary-notation, expressive-marks, fretted-strings, keyboards, specific-notation" texidoc = " Laissez vibrer ties have a fixed size. Their formatting can be tuned -using @code{'tie-configuration}. +using @code{'tie-configuration}. " doctitle = "Laissez vibrer ties" } % begin verbatim + \relative c' { 4\laissezVibrer r \laissezVibrer r 4\laissezVibrer r 4.\laissezVibrer r8 4\laissezVibrer r - \override LaissezVibrerTieColumn #'tie-configuration + \override LaissezVibrerTieColumn.tie-configuration = #`((-7 . ,DOWN) (-5 . ,DOWN) (-3 . ,UP) (-1 . ,UP)) 4\laissezVibrer r } -