]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-dash.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-dash.ly
index 147d78a160128ee79da74115e443227eb1b9595a..b6de95cc5b3a6a34567b480b989eb015757d7e11 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.2"
 \header {texidoc = "@cindex Tie, dotted, dashed
 The appearance of ties may be changed from solid to dotted or dashed.
 "
@@ -7,23 +7,23 @@ The appearance of ties may be changed from solid to dotted or dashed.
 
 
 \relative c'{
-  c2 ~ c |
+  c2 ~ 2 |
   \tieDotted
-  c2 ~ c |
+  c2 ~ 2 |
   \tieDashed
-  c2 ~ c |
+  c2 ~ 2 |
   \tieHalfDashed
-  c2 ~ c |
+  c2 ~ 2 |
   \tieHalfSolid
-  c2 ~ c |
+  c2 ~ 2 |
   \tieDashPattern #0.4 #2.0
-  c2 ~ c |
+  c2 ~ 2 |
   \once \override Tie.dash-definition = #'((0 0.25 1 1)
                                              (0.3 0.7 0.4 0.75)
                                              (0.75 1.0 1.0 1.0))
-  c2 ~ c |
+  c2 ~ 2 |
   \tieSolid
-  c2 ~ c |
+  c2 ~ 2 |
 }