X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmaking-slurs-with-complex-dash-structure.ly;h=78c2a7227423ecd48d7de32e60300adcf128bbab;hb=7b999268d43ff84fa3ef42b46f0c6f72ec0bb9c6;hp=ffeabdf7bff82cb91a68a163aaf27c564cd87b26;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/Documentation/snippets/making-slurs-with-complex-dash-structure.ly b/Documentation/snippets/making-slurs-with-complex-dash-structure.ly index ffeabdf7bf..78c2a72274 100644 --- a/Documentation/snippets/making-slurs-with-complex-dash-structure.ly +++ b/Documentation/snippets/making-slurs-with-complex-dash-structure.ly @@ -1,14 +1,15 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.14.0 -\version "2.14.0" +%% 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.14.2" \header { -%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2 + lsrtags = "expressive-marks, rhythms" + +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Las ligaduras de expresión se pueden construir con patrones de @@ -57,7 +58,7 @@ gesetzt. doctitlede = "Legatobögen mit kompliziertem Strichelmuster definieren" -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e +%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 texidocfr = " Grâce à la propriété @code{dash-definition}, une liaison d'articulation peut être formée de traits discontinus variables. @@ -67,40 +68,36 @@ peut être formée de traits discontinus variables. déterminent le comportement du trait pour une section de la liaison. Cette liaison se définit selon le paramètre de Bézier @code{t} qui est -compris entre 0 (l'extrémité gauche de la liaison) et 1 (l'extrémité +compris entre 0 (l'extrémité gauche de la liaison) et 1 (l'extrémité droite de la liaison). Chaque @code{segment-discontinu} se composera selon la liste @code{(t-début t-fin segment-style segment-taille)}. La portion de liaison allant de @code{t-début} à @code{t-fin} aura un trait @code{segment-style} de longueur @code{segment-taille}. -@code{segment-taille} est exprimé en espace de portée ; un -@code{segment-style} à 1 donnera un trait plein. +@code{segment-taille} est exprimé en espace de portée ; un +@code{segment-style} à 1 donnera un trait plein. " doctitlefr = "Dessin d'une liaison d'articulation au trait discontinu" - lsrtags = "rhythms, expressive-marks" texidoc = " -Slurs can be made with complex dash patterns by defining -the @code{dash-definition} property. @code{dash-definition} -is a list of @code{dash-elements}. A @code{dash-element} is a -list of parameters defining the dash behavior for a segment of -the slur. - -The slur is defined in terms of the bezier parameter t -which ranges from 0 -at the left end of the slur to 1 at the right end of the slur. +Slurs can be made with complex dash patterns by defining the +@code{dash-definition} property. @code{dash-definition} is a list of +@code{dash-elements}. A @code{dash-element} is a list of parameters +defining the dash behavior for a segment of the slur. + +The slur is defined in terms of the bezier parameter t which ranges +from 0 at the left end of the slur to 1 at the right end of the slur. @code{dash-element} is a list @code{(start-t stop-t dash-fraction dash-period)}. The region of the slur from @code{start-t} to -@code{stop-t} will have a fraction @code{dash-fraction} -of each @code{dash-period} black. @code{dash-period} is -defined in terms of staff spaces. @code{dash-fraction} is -set to 1 for a solid slur. +@code{stop-t} will have a fraction @code{dash-fraction} of each +@code{dash-period} black. @code{dash-period} is defined in terms of +staff spaces. @code{dash-fraction} is set to 1 for a solid slur. + " doctitle = "Making slurs with complex dash structure" } % begin verbatim - \relative c' { \once \override Slur #'dash-definition = #'((0 0.3 0.1 0.75)