]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dotted-slur.ly
067f019be216f019bb295ce6a6b0647cec4bc765
[lilypond.git] / input / test / dotted-slur.ly
1 \score{
2         \melodic{
3                 c( d e )c |
4                 \slurdotted;
5                 c( d e )c |
6                 \slurnormal;
7                 c( d e )c |
8                 \property Voice.slurdash = 3
9                 c( d e )c |
10                 \slurnormal;
11                 c( d e )c |
12         }
13         \paper{ 
14               indent = 0.0\pt;
15                 %for broken!
16                 % linewidth= 30.\mm;
17                 castingalgorithm = \Wordwrap;
18         }
19 }
20