release commit
[lilypond.git] / input / test / slur-dash.ly
blob9d25005777fb522ba20802a819818efcf242ace5
1 \version "2.1.7"
2 \header {texidoc = "@cindex Slur, dotted
3 You can print different kinds of slurs (dotted, dashed, etc). "
4 }
5 \score{
6 \notes{
7 c( d e c) |
8 \slurDotted
9 c( d e c) |
10 \slurSolid
11 c( d e c) |
12 \property Voice. Slur \set #'dashed = #0.0
13 c( d e c) |
14 \slurSolid
15 c( d e c) |
17 \paper{ raggedright=##t }
18 % indent = 0.0\pt
19 %for broken!
20 % linewidth= 30.\mm
21 % }