]> 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 e1e0af6fc614224fe80f8058c9f211e3cceaf0ca..0c2e01d2e906a093ba373f1506215daec6b25e51 100644 (file)
@@ -1,56 +1,26 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.13.1"
+\version "2.14.2"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: a634a20e0ab2a874ff8bf423e5651139df8733fc
- 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 \"verdadero\".  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,
-como se muestra en este ejemplo.
-
-"
-
-%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
- 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: e71f19ad847d3e94ac89750f34de8b6bb28611df
-  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
 @code{tieWaitForNote} property to @code{#t}.  The same feature is also
 useful, for example, to tie a tremolo to a chord, but in principle, it
-can also be used for ordinary consecutive notes. 
+can also be used for ordinary consecutive notes.
 
 "
   doctitle = "Using ties with arpeggios"
 } % begin verbatim
 
+
 \relative c' {
   \set tieWaitForNote = ##t
   \grace { c16[ ~ e ~ g] ~ } <c, e g>2
@@ -62,4 +32,3 @@ can also be used for ordinary consecutive notes.
   \tieDotted
   g8 ~ c g2
 }
-