]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dotted-slur.ly
release: 0.1.62
[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