LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / asymmetric-slurs.ly
blobf84eca92936b6dde72ebd50cdd229872ea2664bf
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 Se puede hacer que una ligadura de expresión sea asimétrica para
12 adaptarse mejor a un patrón asimétrico de notas.
15 doctitlees = "Ligaduras asimétricas"
19 texidoc = "
20 Slurs can be made asymmetric to match an asymmetric pattern of notes
21 better.
24 doctitle = "Asymmetric slurs"
25 } % begin verbatim
27 slurNotes = { d,8( a' d f a f' d, a) }
29 \relative c' {
30 \stemDown
31 \slurUp
32 \slurNotes
33 \once \override Slur #'eccentricity = #3.0
34 \slurNotes