]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
*** empty log message ***
[lilypond.git] / input / test / slur-dash.ly
index 14da7cbc58c887cc9f129a82c5eb0f9fd4ec5c27..da6d313babd34f553014fb23a03b6b6f07148037 100644 (file)
@@ -1,23 +1,26 @@
-\version "1.3.96";
-
+\version "2.1.28"
+\header {texidoc = "@cindex Slur, dotted
+The appearance of slurs may be changed from solid to dotted or dashed.
+"
+} 
 \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) |
+               \override Slur  #'dashed = #0.0
+               c( d e  c) |
+               \slurSolid
+               c( d e  c) |
        }
-       \paper{ 
-             indent = 0.0\pt;
+       \paper{ raggedright=##t }
+%            indent = 0.0\pt
                %for broken!
-               % linewidth= 30.\mm;
-
-       }
+               % linewidth= 30.\mm
+%      }
 }
 
 
+