]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
really add
[lilypond.git] / input / test / slur-dash.ly
index 45fc0460192667ea197917d3c9a9f21222e4a085..e89308cb4efb9b5677a289c834cdfcc1cc2340d4 100644 (file)
@@ -1,22 +1,23 @@
-\version "1.3.5";
+\version "1.5.49"
+
 
 \score{
        \notes{
                c( d e )c |
-               \slurdotted
+               \slurDotted
                c( d e )c |
-               \slurnormal
+               \slurSolid
                c( d e )c |
-               \property Voice.slurDash = #0.0
+               \property Voice. Slur \set #'dashed = #0.0
                c( d e )c |
-               \slurnormal
+               \slurSolid
                c( d e )c |
        }
        \paper{ 
-             indent = 0.0\pt;
+             indent = 0.0\pt
                %for broken!
-               % linewidth= 30.\mm;
-               castingalgorithm = \Wordwrap;
+               % linewidth= 30.\mm
+
        }
 }