]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
*** empty log message ***
[lilypond.git] / input / test / slur-dash.ly
index 4003b4d9c389c46e0de617ffec8ff6a9b8e52ec6..9d25005777fb522ba20802a819818efcf242ace5 100644 (file)
@@ -1,25 +1,25 @@
-\version "1.7.18"
-
-
+\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-) |
+               c( d e  c) |
                \slurDotted
-               c( d e  c-) |
+               c( d e  c) |
                \slurSolid
-               c( d e  c-) |
+               c( d e  c) |
                \property Voice. Slur \set #'dashed = #0.0
-               c( d e  c-) |
+               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 %%
+