X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-ties-with-arpeggios.ly;h=dac63bf04c78caea763c0904f27ff759debe8267;hb=db963831475f58bc64d88bd527e408722ebe8954;hp=78d2f81a9aab806a38a7c73e1bb2e5cffa2a9110;hpb=0c34fe54a73dec156d4ed33a47647388588385df;p=lilypond.git diff --git a/Documentation/snippets/using-ties-with-arpeggios.ly b/Documentation/snippets/using-ties-with-arpeggios.ly index 78d2f81a9a..dac63bf04c 100644 --- a/Documentation/snippets/using-ties-with-arpeggios.ly +++ b/Documentation/snippets/using-ties-with-arpeggios.ly @@ -1,47 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.13.16" +\version "2.18.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d - doctitlees = "Uso de ligaduras en los arpegios" - texidoces = " -En ocasiones se usan ligaduras de unión para escribir los arpegios. -En este caso, las dos notas ligadas no tienen que ser consecutivas. -Esto se puede conseguir estableciendo la propiedad -@code{tieWaitForNote} al valor @code{#t}. La misma funcionalidad -es de utilidad, por ejemplo, para ligar un trémolo a un acorde, pero -en principio también se puede usar para notas normales consecutivas. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " - Überbindungen werden teilweise benutzt, um Arpeggios zu notieren. In - diesem Fall stehen die übergebundenen Noten nicht unbedingt hintereinander. -Das Verhalten kann erreicht werden, indem die @code{tieWaitForNote}-Eigenschaft -auf @code{#t} gesetzt wird. Diese Funktion ist auch sinnvoll, um etwa -ein Tremolo mit einem Akkord zu überbinden, kann aber prinzipiell auch -für normale Überbindungen eingesetzt werden -" - doctitlede = "Überbingungen für Arpeggio genutzen" - - - -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 - texidocfr = " -Les liaisons de tenue servent parfois à rendre un accord arpégé. Dans -ce cas, les notes liées ne sont pas toutes consécutives. Il faut alors -assigner à la propriété @code{tieWaitForNote} la valeur @code{#t} -(@emph{true} pour @qq{vrai}). Cette même méthode peut servir, par -exemple, à lier un trémolo à un accord. -" - doctitlefr = "Liaison de tenue et arpège" - texidoc = " Ties are sometimes used to write out arpeggios. In this case, two tied notes need not be consecutive. This can be achieved by setting the @@ -64,4 +31,3 @@ can also be used for ordinary consecutive notes. \tieDotted g8 ~ c g2 } -