]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/editorial/changing-the-appearance-of-a-slur-from-solid-to-dotted-or-dashed.ly
Clean up input/new, second step
[lilypond.git] / input / lsr / editorial / 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!
2 \version "2.11.35"
3
4 \header { texidoc = "
5 The appearance of slurs may be changed from solid to dotted or dashed.
6
7
8 " }
9
10 \score{
11         \relative c'{
12                 c( d e  c) |
13                 \slurDotted
14                 c( d e  c) |
15                 \slurSolid
16                 c( d e  c) |
17                 \slurDashed
18                 c( d e  c) |
19                 \slurSolid
20                 c( d e  c) |
21         }
22         \layout{ raggedright=##t }
23 }
24
25
26
27