]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-changes.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-changes.ly
index 167d464a81df08c5dab10ff91e6b7575e1368386..a662e4efc400304735ea649e35eadf80de6354d6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.19.22"
 
 \header{
   texidoc="Property chordChanges: display chord names only when
@@ -19,10 +19,10 @@ settings = {
 }
 
 <<
-  \context ChordNames <<
+  \new ChordNames <<
     \scheme
     \set chordChanges = ##t
   >>
-  \context Staff \transpose c c' \scheme
+  \new Staff \transpose c c' \scheme
 >>