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