]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / slur-dash.ly
index b7d63db3c9f8bddb490d354d4936b3fd9f94345e..4003b4d9c389c46e0de617ffec8ff6a9b8e52ec6 100644 (file)
@@ -1,23 +1,25 @@
-\version "1.3.110";
+\version "1.7.18"
+
 
 \score{
        \notes{
-               c( d e )c |
-               \slurdotted
-               c( d e )c |
-               \slurnormal
-               c( d e )c |
-               \property Voice.slurDash = #0.0
-               c( d e )c |
-               \slurnormal
-               c( d e )c |
+               c( d e  c-) |
+               \slurDotted
+               c( d e  c-) |
+               \slurSolid
+               c( d e  c-) |
+               \property Voice. Slur \set #'dashed = #0.0
+               c( d e  c-) |
+               \slurSolid
+               c( d e  c-) |
        }
        \paper{ 
-             indent = 0.0\pt;
+             indent = 0.0\pt
                %for broken!
-               % linewidth= 30.\mm;
+               % linewidth= 30.\mm
 
        }
 }
 
 
+%% new-chords-done %%