]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-cross-staff-arpeggios-in-a-piano-staff.ly
Merge branch 'translation' into staging
[lilypond.git] / Documentation / snippets / creating-cross-staff-arpeggios-in-a-piano-staff.ly
index 01be372ca22493a3ee8ae9eac1a6986729d54d29..cafa61e4dbba6715d6e846a5605e020116452a34 100644 (file)
@@ -1,38 +1,14 @@
-%% 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.16"
+\version "2.14.2"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
-  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: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
-  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}.
@@ -42,6 +18,7 @@ the staves by setting the property @code{PianoStaff.connectArpeggios}.
   doctitle = "Creating cross-staff arpeggios in a piano staff"
 } % begin verbatim
 
+
 \new PianoStaff \relative c'' <<
   \set PianoStaff.connectArpeggios = ##t
   \new Staff {
@@ -57,4 +34,3 @@ the staves by setting the property @code{PianoStaff.connectArpeggios}.
     }
   }
 >>
-