]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / slur-dash.ly
index dd190257d94a1961276bf82abd021ddf2497a473..a686ebff9b53c74c41a6eb61a11e88c93cf14e7d 100644 (file)
@@ -1,23 +1,22 @@
-\version "1.3.117";
-
+\version "2.3.4"
+\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 |
-       }
-       \paper{ 
-             indent = 0.0\pt;
-               %for broken!
-               % linewidth= 30.\mm;
-
+       \relative 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{ raggedright=##t }
 }
 
 
+