]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Merge master into nested-bookparts
[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.11.62"
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 \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)
31 }
32