]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-dash.ly
d6e63b23d0e903259bb3d8c5b1d4704d712d792a
[lilypond.git] / input / test / slur-dash.ly
1 \version "1.3.5";
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
23