]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/creating-arpeggios-across-notes-in-different-voices.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / creating-arpeggios-across-notes-in-different-voices.ly
index d2e01a603bcfcdcf6979ecb647c3b776b6673fdd..a8af67298420766f8277620272973c9275b83254 100644 (file)
@@ -1,10 +1,29 @@
 %% 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.1"
 
 \header {
   lsrtags = "expressive-marks"
 
+%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+  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 +32,7 @@ context:
 "
   doctitle = "Creating arpeggios across notes in different voices"
 } % begin verbatim
+
 \new Staff \with {
   \consists "Span_arpeggio_engraver"
 }
@@ -23,3 +43,4 @@ context:
     { <d, f>2\arpeggio <g b>2 }
   >>
 }
+