]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
really add
[lilypond.git] / input / test / slur-dash.ly
index f7473dacbd8d08ae242e7f1dbac372b1ee8c686d..e89308cb4efb9b5677a289c834cdfcc1cc2340d4 100644 (file)
@@ -1,21 +1,22 @@
-\version "1.3.93";
+\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;
+               % linewidth= 30.\mm
 
        }
 }