LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / positioning-arpeggios.ly
blobb808d48a0d710cdd1ec9473869791d6d1c2a253d
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "expressive-marks, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Si necesitamos alargar o acortar un símbolo de arpegio, podemos
12 modificar independientemente los extremos superior e inferior.
15 doctitlees = "Posicionar símbolos de arpegio"
19 texidoc = "
20 If you need to extend or shorten an arpeggio, you can modify the upper
21 and lower start positions independently.
24 doctitle = "Positioning arpeggios"
25 } % begin verbatim
27 \relative c' {
28 <c e g b>1\arpeggio
29 \once \override Arpeggio #'positions = #'(-5 . 0)
30 <c e g b>1\arpeggio
31 \once \override Arpeggio #'positions = #'(0 . 5)
32 <c e g b>1\arpeggio
33 \once \override Arpeggio #'positions = #'(-5 . 5)
34 <c e g b>1\arpeggio