X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fusing-ties-with-arpeggios.ly;h=0c2e01d2e906a093ba373f1506215daec6b25e51;hb=c0a47b91cd930053074d42363047a77b889e05f7;hp=aab532aafd220b796c8f2b6b5cbdf92c0b48e6b7;hpb=a42aaa559b71ce5776795fa11a7e1df9110d85b7;p=lilypond.git diff --git a/Documentation/snippets/using-ties-with-arpeggios.ly b/Documentation/snippets/using-ties-with-arpeggios.ly index aab532aafd..0c2e01d2e9 100644 --- a/Documentation/snippets/using-ties-with-arpeggios.ly +++ b/Documentation/snippets/using-ties-with-arpeggios.ly @@ -4,47 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.14.2" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f - 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 = "Überbindungen für Arpeggio benutzen" - - - -%% 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 @@ -56,6 +20,7 @@ can also be used for ordinary consecutive notes. doctitle = "Using ties with arpeggios" } % begin verbatim + \relative c' { \set tieWaitForNote = ##t \grace { c16[ ~ e ~ g] ~ } 2 @@ -67,4 +32,3 @@ can also be used for ordinary consecutive notes. \tieDotted g8 ~ c g2 } -