]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-dot.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / input / regression / tie-dot.ly
index fabd880d539f507b0943e94e6b544cd876ebbaa6..57e098e72a67d6f802166d034cd6638f1976fc77 100644 (file)
@@ -3,14 +3,14 @@
   texidoc = "Ties avoid collisions with dots."
 }
 
-\version "2.10.0"
+\version "2.19.2"
 
 \paper { ragged-right = ##T }
 
 \relative c'' {
   \time 12/8
   d4*3/2~ d8[ e] r8
-  d4.~ d8 e f
+  d4.~ 8 e f
 }