]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-dash.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / slur-dash.ly
1 \version "1.7.18"
2 % regression or delete.  -gp
3 \header {texidoc = "REGRESSION or DELETE. "} 
4 \score{
5         \notes{
6                 c( d e  c-) |
7                 \slurDotted
8                 c( d e  c-) |
9                 \slurSolid
10                 c( d e  c-) |
11                 \property Voice. Slur \set #'dashed = #0.0
12                 c( d e  c-) |
13                 \slurSolid
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
25 %% new-chords-done %%