]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
* scm/define-grobs.scm (all-grob-descriptions): remove
[lilypond.git] / input / test / slur-dash.ly
index 14da7cbc58c887cc9f129a82c5eb0f9fd4ec5c27..9d25005777fb522ba20802a819818efcf242ace5 100644 (file)
@@ -1,23 +1,25 @@
-\version "1.3.96";
-
+\version "2.1.7"
+\header {texidoc = "@cindex Slur, dotted
+You can print different kinds of slurs (dotted, dashed, etc). "
+} 
 \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;
+       \paper{ raggedright=##t }
+%            indent = 0.0\pt
                %for broken!
-               % linewidth= 30.\mm;
-
-       }
+               % linewidth= 30.\mm
+%      }
 }
 
 
+