]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-relative.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-repetition-relative.ly
index a946155d6b223f0af793c4edaaf3ab0813f76860..766404c693ac3ed57f4d7f57dfeb1a1b4c6549f8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
   texidoc = "
@@ -9,5 +9,5 @@ the same octaves as the original one.
 
 {
   <c''' d'' g''>4^"absolute" q q q
-  \relative c' { <c'' d, g>4^"relative" q q q }
+  \relative { <c''' d, g>4^"relative" q q q }
 }