]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
*** empty log message ***
[lilypond.git] / input / test / slur-dash.ly
index 145913db38baa0429dd165258695d4491009d17b..c98b0fc196c1a4694b4518b7d73e61443c30c5df 100644 (file)
@@ -1,25 +1,22 @@
-\version "1.7.16"
-
-
+\version "2.2.0"
+\header {texidoc = "@cindex Slur, dotted
+The appearance of slurs may be changed from solid to dotted or dashed.
+"
+} 
 \score{
-       \notes{
-               c( d e )c |
+       \notes\relative c'{
+               c( d e  c) |
                \slurDotted
-               c( d e )c |
+               c( d e  c) |
                \slurSolid
-               c( d e )c |
-               \property Voice. Slur \set #'dashed = #0.0
-               c( d e )c |
+               c( d e  c) |
+               \override Slur  #'dashed = #0.0
+               c( d e  c) |
                \slurSolid
-               c( d e )c |
-       }
-       \paper{ 
-             indent = 0.0\pt
-               %for broken!
-               % linewidth= 30.\mm
-
+               c( d e  c) |
        }
+       \paper{ raggedright=##t }
 }
 
 
-%% new-chords-done %%
+