]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
(fill_pages): New method. Try to cramp or
[lilypond.git] / input / test / slur-dash.ly
index 145913db38baa0429dd165258695d4491009d17b..c428b7ba58099e190bc3777e9ff6f8b055ce500d 100644 (file)
@@ -1,25 +1,26 @@
-\version "1.7.16"
-
-
+\version "2.1.30"
+\header {texidoc = "@cindex Slur, dotted
+The appearance of slurs may be changed from solid to dotted or dashed.
+"
+} 
 \score{
        \notes{
-               c( d e )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 |
+               c( d e  c) |
        }
-       \paper{ 
-             indent = 0.0\pt
+       \paper{ raggedright=##t }
+%            indent = 0.0\pt
                %for broken!
                % linewidth= 30.\mm
-
-       }
+%      }
 }
 
 
-%% new-chords-done %%
+