]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / tie-chord-partial.ly
index e19c2c85279721471e813acf8448b13d0d38096f..e9ba20e51c1308a0faf3256d85c55ff8742caab2 100644 (file)
@@ -2,14 +2,14 @@
 {
   texidoc = "Individual chord notes can also be tied"
 }
-\version "2.9.15"
+\version "2.10.0"
 
 \paper {
   ragged-right = ##t
 }
 
 \relative {
-  <c~ e g>  <c e~ g> <c e g>
+  <c~ e g>  <c e g~> <c e g>
 }