LSR: Update.
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
blobf4e92a1bd6c3acd862eb956ee1227b166c0bb398
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.11.53"
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
21 \relative c' {
22 c4( d e c)
23 \slurDotted
24 c4( d e c)
25 \slurSolid
26 c4( d e c)
27 \slurDashed
28 c4( d e c)
29 \slurSolid
30 c4( d e c)