]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-dash.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / slur-dash.ly
index aa33b0d44a2ff2e2e1f7e750bfe2da9f592b9d21..9d25005777fb522ba20802a819818efcf242ace5 100644 (file)
@@ -1,23 +1,25 @@
-
-
+\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 |
-               \slurNoDots
-               c( d e )c |
-               \property Voice.slurDash = #0.0
-               c( d e )c |
-               \slurNoDots
-               c( d e )c |
+               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
+%      }
 }
 
 
+