Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / slur-dash.ly
blobe2dd3124ec591bed10d00b250afd527af7c5f18b
1 \version "2.10.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) |