X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-cross-staff-arpeggios-in-a-piano-staff.ly;h=d49f35abc7e165bc888cdeb68b0a4d0ea9d4c3f2;hb=f1b23dd196d0fe5b47f3baf6bf6b9afccf81adef;hp=4c73f02b1f16712f8d7c921e69a7f986f0f03b4a;hpb=17f11c2f5ab963bfb07b7652b4860dc4dda5540a;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 4c73f02b1f..d49f35abc7 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,40 +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.39" +\version "2.18.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 - texidoces = " -Dentro de un @code{PianoStaff}, es posible hacer que un arpegio -cruce entre los pentagramas ajustando la propiedad -@code{PianoStaff.connectArpeggios}. - -" - doctitlees = "Crear arpegios que se cruzan entre pentagramas dentro de un sistema de piano" - - -%% 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} -in den @code{Score}-Kontext eingefügt wird. - -" - doctitlede = "Arpeggio über mehrere Systeme in anderen Kontexten" - -%% 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é -@code{PianoStaff.connectArpeggios}. - -" - doctitlefr = "Arpège distribué sur une partition pour piano" - - texidoc = " In a @code{PianoStaff}, it is possible to let an arpeggio cross between the staves by setting the property @code{PianoStaff.connectArpeggios}. @@ -59,4 +33,3 @@ the staves by setting the property @code{PianoStaff.connectArpeggios}. } } >> -