]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-dash.ly
e33dd09b21f36556617fc771989a3e642b6b02ce
[lilypond.git] / input / test / slur-dash.ly
1 \version "2.3.17"
2 \header {texidoc = "@cindex Slur, dotted
3 The appearance of slurs may be changed from solid to dotted or dashed.
4 "
5
6 \score{
7         \relative c'{
8                 c( d e  c) |
9                 \slurDotted
10                 c( d e  c) |
11                 \slurSolid
12                 c( d e  c) |
13                 \override Slur  #'dashed = #0.0
14                 c( d e  c) |
15                 \slurSolid
16                 c( d e  c) |
17         }
18         \paper{ raggedright=##t }
19 }
20
21
22