X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcreating-arpeggios-across-notes-in-different-voices.ly;h=d392f5b76072299154365a00fe0375fc76a84e7d;hb=05624d5147843d2fcbd6e4e126f1fd43142ac6e5;hp=89a275edda1d4d0ca577b71a463a041da1e47f89;hpb=3d0ff07396fbc24693f473ff9ff34c9656c539dd;p=lilypond.git diff --git a/input/lsr/creating-arpeggios-across-notes-in-different-voices.ly b/input/lsr/creating-arpeggios-across-notes-in-different-voices.ly index 89a275edda..d392f5b760 100644 --- a/input/lsr/creating-arpeggios-across-notes-in-different-voices.ly +++ b/input/lsr/creating-arpeggios-across-notes-in-different-voices.ly @@ -1,6 +1,6 @@ %% 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.61" +\version "2.12.0" \header { lsrtags = "expressive-marks" @@ -13,6 +13,15 @@ voces que están sobre el mismo pentagrama si el grabador " 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 @@ -22,6 +31,7 @@ context: " doctitle = "Creating arpeggios across notes in different voices" } % begin verbatim + \new Staff \with { \consists "Span_arpeggio_engraver" }