X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Flaissez-vibrer-ties.ly;h=63f92466b516b6d7e34ffa96d4483244f8c268f6;hb=905109ea0e90efa8d9c1ba02769e458a0707cc47;hp=f57ab0a89d082fb7777400414755a445d4b6d144;hpb=58933e3e40e9cfbdc70b846bc808c723e053f7b3;p=lilypond.git diff --git a/Documentation/snippets/laissez-vibrer-ties.ly b/Documentation/snippets/laissez-vibrer-ties.ly index f57ab0a89d..63f92466b5 100644 --- a/Documentation/snippets/laissez-vibrer-ties.ly +++ b/Documentation/snippets/laissez-vibrer-ties.ly @@ -1,22 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.14.2" +\version "2.18.0" \header { - lsrtags = "expressive-marks, specific-notation, contemporary-notation, keyboards, fretted-strings, connecting-notes" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Les indication de « laisser vibrer » ont une taille fixe. Leur -formatage est accessible au travers de la propriété -@code{'tie-configuration}. - -" - doctitlefr = "Liaison « Laissez vibrer »" + 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 @@ -26,17 +17,15 @@ 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 } -