]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-changes.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / chord-changes.ly
index 8e308c8a0e14484f138da03de7edb2db87696d17..a662e4efc400304735ea649e35eadf80de6354d6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.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
 >>