]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-dash.ly
*** empty log message ***
[lilypond.git] / input / test / slur-dash.ly
1 \version "2.1.28"
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         \notes{
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 %             indent = 0.0\pt
20                 %for broken!
21                 % linewidth= 30.\mm
22 %       }
23 }
24
25
26