X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-arpeggios-across-notes-in-different-voices.ly;h=bdf4cee3283f54769a5788a2702b926b685276f5;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=26bf08a7735a26468ad41086bd261331246e1826;hpb=6019a1e8f0301c1c3bf86ccc92178d820f9c3784;p=lilypond.git diff --git a/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly b/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly index 26bf08a773..bdf4cee328 100644 --- a/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly +++ b/Documentation/snippets/creating-arpeggios-across-notes-in-different-voices.ly @@ -1,38 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.29" +\version "2.18.0" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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} @@ -53,4 +29,3 @@ context: { 2\arpeggio 2 } >> } -