Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / lsr / changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
blob0624b624c1268d4a70fcfdd9f30c79aa07e03fab
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.48"
5 \header {
6 lsrtags = "expressive-marks, editorial-annotations"
8 texidoc = "
9 The appearance of slurs may be changed from solid to dotted or dashed.
12 doctitle = "Changing the appearance of a slur from solid to dotted or dashed"
13 } % begin verbatim
14 \relative c' {
15 c4( d e c)
16 \slurDotted
17 c4( d e c)
18 \slurSolid
19 c4( d e c)
20 \slurDashed
21 c4( d e c)
22 \slurSolid
23 c4( d e c)