Update .ly files.
[lilypond.git] / input / regression / slur-dash.ly
blobcd80e244b85e89565eee59a317893b10bfd78e1e
1 \version "2.12.0"
2 \header {texidoc = "@cindex Slur, dotted, dashed
3 The appearance of slurs may be changed from solid to dotted or dashed.
5 }
6 \layout{ ragged-right=##t }
9 \relative c'{
10 c( d e c) |
11 \slurDotted
12 c( d e c) |
13 \slurDashed
14 c( d e c) |
15 \override Slur #'dash-period = #2.0
16 \override Slur #'dash-fraction = #0.4
17 c( d e c) |
18 \slurSolid
19 c( d e c) |