]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Doc-es: update Changes, Engraving, Common, Fundamental, Tutorial.
[lilypond.git] / input / regression / tie-chord-partial.ly
index 596e66e56f9d5792292fc733ee68d7b3e13c82fe..e131b25479686b9650e2c7c4121e2eeaee00e6b3 100644 (file)
@@ -2,13 +2,13 @@
 {
   texidoc = "Individual chord notes can also be tied"
 }
-\version "2.9.15"
+\version "2.16.0"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative {
+\relative c' {
   <c~ e g>  <c e g~> <c e g>
 }