Update .ly files.
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
blob99f64e2d33c635da7b3bf845b0ae7faf2dabfd45
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.0"
5 \header {
6 lsrtags = "expressive-marks, editorial-annotations"
8 texidoces = "
9 Se puede cambiar el aspecto de las ligaduras de expresión de
10 continuas a punteadas o intermitentes.
13 doctitlees = "Modificar el aspecto continuo de una ligadura de expresión a punteado o intermitente"
15 texidoc = "
16 The appearance of slurs may be changed from solid to dotted or dashed.
19 doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
20 } % begin verbatim
22 \relative c' {
23 c4( d e c)
24 \slurDotted
25 c4( d e c)
26 \slurSolid
27 c4( d e c)
28 \slurDashed
29 c4( d e c)
30 \slurSolid
31 c4( d e c)