]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
c1cb50db1814ce7fa032a0e9eb15a7f8d87aa065
[lilypond.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
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.13.1"
4
5 \header {
6   lsrtags = "expressive-marks, editorial-annotations"
7
8 %% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a
9   texidoces = "
10 Se puede cambiar el aspecto de las ligaduras de expresión de
11 continuas a punteadas o intermitentes.
12
13 "
14   doctitlees = "Modificar el aspecto continuo de una ligadura de expresión a punteado o intermitente"
15
16   texidoc = "
17 The appearance of slurs may be changed from solid to dotted or dashed. 
18
19 "
20   doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
21 } % begin verbatim
22
23 \relative c' {
24   c4( d e c)
25   \slurDotted
26   c4( d e c)
27   \slurSolid
28   c4( d e c)
29   \slurDashed
30   c4( d e c)
31   \slurSolid
32   c4( d e c)
33 }
34
35