]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge branch 'master' into lilypond/translation
[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.12.0"
4
5 \header {
6   lsrtags = "expressive-marks, editorial-annotations"
7
8   texidoces = "
9 Se puede cambiar el aspecto de las ligaduras de expresión de
10 continuas a punteadas o intermitentes.
11
12 "
13   doctitlees = "Modificar el aspecto continuo de una ligadura de expresión a punteado o intermitente"
14
15   texidoc = "
16 The appearance of slurs may be changed from solid to dotted or dashed. 
17
18 "
19   doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
20 } % begin verbatim
21
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)
32 }
33