]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-dot.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tie-dot.ly
index b3ab2d0da45646dafbdb44da93e4dd68de92854e..14a9117c14827050676ac5e34ac0cf3cd3b1f392 100644 (file)
@@ -3,14 +3,14 @@
   texidoc = "Ties avoid collisions with dots."
 }
 
-\version "2.11.51"
+\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
 }