]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-ties-with-arpeggios.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / using-ties-with-arpeggios.ly
index 7287636b18be105af34c9a7843ed5936dd8f8484..0c2e01d2e906a093ba373f1506215daec6b25e51 100644 (file)
@@ -9,43 +9,6 @@
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
- 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: d5307870fe0ad47904daba73792c7e17b813737f
-  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 « 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
@@ -69,4 +32,3 @@ can also be used for ordinary consecutive notes.
   \tieDotted
   g8 ~ c g2
 }
-