X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpositioning-arpeggios.ly;h=6f3d878fad7cc8df662fae147a7026cff46d8548;hb=76e75986e490c66ef6b141a9465d540824d6f71e;hp=8f271fb7063fd684aae5278e449982d692a3aa8a;hpb=58933e3e40e9cfbdc70b846bc808c723e053f7b3;p=lilypond.git diff --git a/Documentation/snippets/positioning-arpeggios.ly b/Documentation/snippets/positioning-arpeggios.ly index 8f271fb706..6f3d878fad 100644 --- a/Documentation/snippets/positioning-arpeggios.ly +++ b/Documentation/snippets/positioning-arpeggios.ly @@ -1,24 +1,14 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% 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.14.2" +\version "2.18.0" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Si necesitamos alargar o acortar un símbolo de arpegio, podemos -modificar independientemente los extremos superior e inferior. - -" - doctitlees = "Posicionar símbolos de arpegio" - - - texidoc = " If you need to extend or shorten an arpeggio, you can modify the upper and lower start positions independently. @@ -27,13 +17,12 @@ and lower start positions independently. doctitle = "Positioning arpeggios" } % begin verbatim - \relative c' { 1\arpeggio - \once \override Arpeggio #'positions = #'(-5 . 0) + \once \override Arpeggio.positions = #'(-5 . 0) 1\arpeggio - \once \override Arpeggio #'positions = #'(0 . 5) + \once \override Arpeggio.positions = #'(0 . 5) 1\arpeggio - \once \override Arpeggio #'positions = #'(-5 . 5) + \once \override Arpeggio.positions = #'(-5 . 5) 1\arpeggio }