]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
patch::: 1.3.136.jcn1
[lilypond.git] / input / test / slur-dash.ly
index 9ae3325894f9a00ef4aae06e19d86fa89ebebd41..aa33b0d44a2ff2e2e1f7e750bfe2da9f592b9d21 100644 (file)
@@ -1,22 +1,22 @@
-\version "1.3.42";
+
 
 \score{
        \notes{
                c( d e )c |
-               \slurdotted
+               \slurDotted
                c( d e )c |
-               \slurnormal
+               \slurNoDots
                c( d e )c |
                \property Voice.slurDash = #0.0
                c( d e )c |
-               \slurnormal
+               \slurNoDots
                c( d e )c |
        }
        \paper{ 
              indent = 0.0\pt;
                %for broken!
                % linewidth= 30.\mm;
-               castingalgorithm = \Wordwrap;
+
        }
 }