]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/creating-arpeggios-across-notes-in-different-voices.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / creating-arpeggios-across-notes-in-different-voices.ly
index d2e01a603bcfcdcf6979ecb647c3b776b6673fdd..5367ea80eb0bca7506306600fbb7a09fd9f3ab77 100644 (file)
@@ -1,10 +1,28 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.50"
+\version "2.13.0"
 
 \header {
   lsrtags = "expressive-marks"
 
+  texidoces = "
+Se puede trazar un símbolo de arpegio entre notas de distintas
+voces que están sobre el mismo pentagrama si el grabador
+@code{Span_arpeggio_engraver} se traslada al contexto de
+@code{Staff} context:
+
+"
+  doctitlees = "Crear arpegios entre notas de voces distintas"
+  
+%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
+texidocde = "
+Ein Arpeggio kann zwischen Noten aus unterschidlichen Stimmen auf demselben
+System gezogen werden, wenn der @code{Span_arpeggio_engraver} in den 
+@code{Staff}-Kontext verschoben wird:
+
+"
+  doctitlede = "Arpeggios zwischen unterschiedlichen Stimmen erzeugen"
+
   texidoc = "
 An arpeggio can be drawn across notes in different voices on the same
 staff if the @code{Span_arpeggio_engraver} is moved to the @code{Staff}
@@ -13,6 +31,7 @@ context:
 "
   doctitle = "Creating arpeggios across notes in different voices"
 } % begin verbatim
+
 \new Staff \with {
   \consists "Span_arpeggio_engraver"
 }