]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-dot.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / tie-dot.ly
index b3ab2d0da45646dafbdb44da93e4dd68de92854e..57e098e72a67d6f802166d034cd6638f1976fc77 100644 (file)
@@ -3,14 +3,14 @@
   texidoc = "Ties avoid collisions with dots."
 }
 
-\version "2.11.51"
+\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
 }