]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
release: 1.4.3
[lilypond.git] / input / test / slur-dash.ly
index 9ae3325894f9a00ef4aae06e19d86fa89ebebd41..13b6c57f46ec14ea2a44833192a2aaf263c9ab8b 100644 (file)
@@ -1,22 +1,23 @@
-\version "1.3.42";
+\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;
-               castingalgorithm = \Wordwrap;
+               % linewidth= 30.\mm
+
        }
 }