]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
release: 1.4.3
[lilypond.git] / input / test / slur-dash.ly
index aa33b0d44a2ff2e2e1f7e750bfe2da9f592b9d21..13b6c57f46ec14ea2a44833192a2aaf263c9ab8b 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 
 
 \score{
@@ -5,17 +6,17 @@
                c( d e )c |
                \slurDotted
                c( d e )c |
-               \slurNoDots
+               \slurSolid
                c( d e )c |
-               \property Voice.slurDash = #0.0
+               \property Voice. Slur \set #'dashed = #0.0
                c( d e )c |
-               \slurNoDots
+               \slurSolid
                c( d e )c |
        }
        \paper{ 
-             indent = 0.0\pt;
+             indent = 0.0\pt
                %for broken!
-               % linewidth= 30.\mm;
+               % linewidth= 30.\mm
 
        }
 }