X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-cross-staff-arpeggios-in-other-contexts.ly;h=87beb1f21fd8de2e9bfe9a58514359bbb3504f7d;hb=fc40563cfed21eb5508b60b3892c57f9d2560a63;hp=6a9b1d56bc19c784030727e80758d63f88c1b8cb;hpb=223ad8f5799657a5b628d862dd927f4197486b02;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 6a9b1d56bc..87beb1f21f 100644 --- a/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly +++ b/Documentation/snippets/creating-cross-staff-arpeggios-in-other-contexts.ly @@ -1,39 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.10" +\version "2.18.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca - texidoces = " -Se pueden crear arpegios que se cruzan entre pentagramas dentro de -contextos distintos a @code{PianoStaff} 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: d96023d8792c8af202c7cb8508010c0d3648899d - 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: ae814f45737bd1bdaf65b413a4c37f70b84313b7 - 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 @@ -67,4 +42,3 @@ Cross-staff arpeggios can be created in contexts other than } } } -