X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-cross-staff-arpeggios-in-a-piano-staff.ly;h=9e7b9d374d4ac1fd9f57a7a571e2d126cc4dc0c1;hb=823146d6b54e7b4a1e564bdd5a627737a437b49c;hp=ff5c274bde2555b1812bd9e410664e5bcc1bfe45;hpb=628ff1f709a0a06d3a544b1feaa544fe16134911;p=lilypond.git diff --git a/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly b/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly index ff5c274bde..9e7b9d374d 100644 --- a/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly +++ b/Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly @@ -1,12 +1,15 @@ -%% Do not edit this file; it is automatically +%% 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.10" +\version "2.14.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Dentro de un @code{PianoStaff}, es posible hacer que un arpegio cruce entre los pentagramas ajustando la propiedad @@ -15,7 +18,8 @@ cruce entre los pentagramas ajustando la propiedad " doctitlees = "Crear arpegios que se cruzan entre pentagramas dentro de un sistema de piano" -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Arpeggio über mehrere Systeme können in anderen Kontexten als dem @code{PianoStaff} erstellt werden, wenn der @code{Span_arpeggio_engraver} @@ -23,10 +27,11 @@ in den @code{Score}-Kontext eingefügt wird. " doctitlede = "Arpeggio über mehrere Systeme in anderen Kontexten" -%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7 + +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e texidocfr = " Dans une double portée pour piano (@code{PianoStaff}), un arpège peut -s'étendre sur les deux portées grâce à la propriété +s'étendre sur les deux portées grâce à la propriété @code{PianoStaff.connectArpeggios}. "