]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-dash.ly
66a8890c95ead72e72fe9f86a594c9a1f9fd419c
[lilypond.git] / input / test / slur-dash.ly
1 \version "1.3.146"
2
3
4 \score{
5         \notes{
6                 c( d e )c |
7                 \slurDotted
8                 c( d e )c |
9                 \slurNoDots
10                 c( d e )c |
11                 \property Voice.slurDash = #0.0
12                 c( d e )c |
13                 \slurNoDots
14                 c( d e )c |
15         }
16         \paper{ 
17               indent = 0.0\pt
18                 %for broken!
19                 % linewidth= 30.\mm
20
21         }
22 }
23
24