LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / creating-cross-staff-arpeggios-in-a-piano-staff.ly
blob5d964842ae8f7d1effc5ff7a4b9d84d1947b5a18
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "expressive-marks"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Dentro de un @code{PianoStaff}, es posible hacer que un arpegio
12 cruce entre los pentagramas ajustando la propiedad
13 @code{PianoStaff.connectArpeggios}.
16 doctitlees = "Crear arpegios que se cruzan entre pentagramas dentro de un sistema de piano"
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19 texidocde = "
20 Arpeggio über mehrere Systeme können in anderen Kontexten als dem
21 @code{PianoStaff} erstellt werden, wenn der @code{Span_arpeggio_engraver}
22 in den @code{Score}-Kontext eingefügt wird.
25 doctitlede = "Arpeggio über mehrere Systeme in anderen Kontexten"
26 %% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
27 texidocfr = "
28 Dans une double portée pour piano (@code{PianoStaff}), un arpège peut
29 s'étendre sur les deux portées grâce à la propriété
30 @code{PianoStaff.connectArpeggios}.
33 doctitlefr = "Arpège distribué sur une partition pour piano"
36 texidoc = "
37 In a @code{PianoStaff}, it is possible to let an arpeggio cross between
38 the staves by setting the property @code{PianoStaff.connectArpeggios}.
42 doctitle = "Creating cross-staff arpeggios in a piano staff"
43 } % begin verbatim
45 \new PianoStaff \relative c'' <<
46 \set PianoStaff.connectArpeggios = ##t
47 \new Staff {
48 <c e g c>4\arpeggio
49 <g c e g>4\arpeggio
50 <e g c e>4\arpeggio
51 <c e g c>4\arpeggio
53 \new Staff {
54 \clef bass
55 \repeat unfold 4 {
56 <c,, e g c>4\arpeggio