X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fusing-ties-with-arpeggios.ly;h=4ef94434c3878b2bc96eb417786b2f84024aaef1;hb=d664f5a7153ec2b1a1c4c9fba2d2174bf3140695;hp=cce5aecef24f68d7c57476a10f86bf760fe1461d;hpb=2a9df7ef5f2c4dffe8ef5cb1900ee04420714d1e;p=lilypond.git diff --git a/input/lsr/using-ties-with-arpeggios.ly b/input/lsr/using-ties-with-arpeggios.ly index cce5aecef2..4ef94434c3 100644 --- a/input/lsr/using-ties-with-arpeggios.ly +++ b/input/lsr/using-ties-with-arpeggios.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.53" +\version "2.12.0" \header { lsrtags = "rhythms" @@ -16,21 +16,37 @@ 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" + 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 \"true\". The same feature is also +@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, as demonstrated in -this example. +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 - \repeat tremolo 8 { c32~ c'~ } 1 - e8~ c~ a~ f~ 2 - \tieUp c8~ a \tieDown \tieDotted g~ c g2 + \grace { c16[ ~ e ~ g] ~ } 2 + \repeat tremolo 8 { c32 ~ c' ~ } 1 + e8 ~ c ~ a ~ f ~ 2 + \tieUp + c8 ~ a + \tieDown + \tieDotted + g8 ~ c g2 }