]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-dot.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-dot.ly
index f595dc582e5ed966b77d5c632dc50e212774c839..14a9117c14827050676ac5e34ac0cf3cd3b1f392 100644 (file)
@@ -3,14 +3,14 @@
   texidoc = "Ties avoid collisions with dots."
 }
 
-\version "2.16.0"
+\version "2.19.21"
 
 \paper { ragged-right = ##T }
 
-\relative c'' {
+\relative {
   \time 12/8
-  d4*3/2~ d8[ e] r8
-  d4.~ d8 e f
+  d''4*3/2~ d8[ e] r8
+  d4.~ 8 e f
 }