LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
blob5d03e91a6a998511983142cad6c06b1db4485cd1
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, editorial-annotations"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se puede cambiar el aspecto de las ligaduras de expresión de
12 continuas a punteadas o intermitentes.
15 doctitlees = "Modificar el aspecto continuo de una ligadura de expresión a punteado o intermitente"
17 texidoc = "
18 The appearance of slurs may be changed from solid to dotted or dashed.
21 doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
22 } % begin verbatim
24 \relative c' {
25 c4( d e c)
26 \slurDotted
27 c4( d e c)
28 \slurSolid
29 c4( d e c)
30 \slurDashed
31 c4( d e c)
32 \slurSolid
33 c4( d e c)