X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-cross-staff-arpeggios-in-other-contexts.ly;h=cce853cf73d5e1dc783c010b6dc94858ba5371b3;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=bc525cada2f4a1698cb43123af0a7cac3fb7b405;hpb=790da92c9cd1d58b39843ace365ed81c81fa3ec4;p=lilypond.git diff --git a/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly b/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly index bc525cada2..cce853cf73 100644 --- a/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly +++ b/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly @@ -4,42 +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 = "expressive-marks" -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -Se pueden crear arpegios que se cruzan entre pentagramas dentro de -contextos distintos a @code{GrandStaff}, @code{PianoStaff} y -@code{StaffGroup} si se incluye el grabador -@code{Span_arpeggio_engraver} en el contexto de @code{Score}. - -" - doctitlees = "Creación de arpegios que se cruzan entre pentagramas dentro de otros contextos" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -In einem Klaviersystem (@code{PianoStaff}) ist es möglich, ein Arpeggio -zwischen beiden Systemen zu verbinden, indem die -@code{PianoStaff.connectArpeggios}-Eigenschaft gesetzt wird. - - -" - doctitlede = "Arpeggio zwischen Systemen in einem Klaviersystem erstellen" - -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 - texidocfr = " -Il est possible de distribuer un arpège sur plusieurs portées d'un -système autre que le @code{PianoStaff} dès lors que vous incluez le -@code{Span_arpeggio_engraver} au contexte @code{Score}. - -" - doctitlefr = "Arpège distribué pour un autre contexte que le piano" - - texidoc = " Cross-staff arpeggios can be created in contexts other than @code{GrandStaff}, @code{PianoStaff} and @code{StaffGroup} if the @@ -49,6 +18,7 @@ Cross-staff arpeggios can be created in contexts other than doctitle = "Creating cross-staff arpeggios in other contexts" } % begin verbatim + \score { \new ChoirStaff { \set Score.connectArpeggios = ##t @@ -73,4 +43,3 @@ Cross-staff arpeggios can be created in contexts other than } } } -