]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
release: 1.4.3
[lilypond.git] / input / test / slur-dash.ly
index dd190257d94a1961276bf82abd021ddf2497a473..13b6c57f46ec14ea2a44833192a2aaf263c9ab8b 100644 (file)
@@ -1,21 +1,22 @@
-\version "1.3.117";
+\version "1.3.146"
+
 
 \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
 
        }
 }