]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tie-chord-partial.ly
index d5ab64e1e0889dd01727fe72ac2ef722df19ff00..5db1f7386da11d07044fe0978d89f2a8ab27bd5c 100644 (file)
@@ -2,14 +2,14 @@
 {
   texidoc = "Individual chord notes can also be tied"
 }
-\version "2.12.0"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
 }
 
 \relative {
-  <c~ e g>  <c e g~> <c e g>
+  <c'~ e g>  <c e g~> <c e g>
 }