]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / creating-arpeggios-across-notes-in-different-voices.ly
index 62758db7228a0843beab31454cf27643a99a2b06..4761e5c3ae24ec59a1ed67d4a68a918d88bc4940 100644 (file)
@@ -1,40 +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: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
-  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: 0a868be38a775ecb1ef935b079000cebbc64de40
-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"
-
-%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
-  texidocfr = "
-Affecter le graveur @code{Span_arpeggio_engraver} au contexte de la
-portée (@code{Staff}) permet de distribuer un arpège sur plusieurs voix :
-
-"
-  doctitlefr = "Arpège distribué sur plusieurs voix"
-
-
   texidoc = "
 An arpeggio can be drawn across notes in different voices on the same
 staff if the @code{Span_arpeggio_engraver} is added to the @code{Staff}
@@ -44,6 +18,7 @@ context:
   doctitle = "Creating arpeggios across notes in different voices"
 } % begin verbatim
 
+
 \new Staff \with {
   \consists "Span_arpeggio_engraver"
 }
@@ -55,4 +30,3 @@ context:
     { <d, f>2\arpeggio <g b>2 }
   >>
 }
-