]> 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 ee8fa529c6707f11f187ddcdacce5afb57ae2385..5db1f7386da11d07044fe0978d89f2a8ab27bd5c 100644 (file)
@@ -2,14 +2,14 @@
 {
   texidoc = "Individual chord notes can also be tied"
 }
-\version "2.14.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>
 }