]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tie-chord-partial.ly
index e131b25479686b9650e2c7c4121e2eeaee00e6b3..5db1f7386da11d07044fe0978d89f2a8ab27bd5c 100644 (file)
@@ -2,14 +2,14 @@
 {
   texidoc = "Individual chord notes can also be tied"
 }
-\version "2.16.0"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative c' {
-  <c~ e g>  <c e g~> <c e g>
+\relative {
+  <c'~ e g>  <c e g~> <c e g>
 }