]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chords-funky-ignatzek.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / chords-funky-ignatzek.ly
index b450dfcb7e020dafcb36b17d4535d8ba88d1d77b..ac1d5f263ade36b96323c4a0c919af10368a99bf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.22"
 
 
 \header {
@@ -26,9 +26,9 @@ chs =
 
 
 <<
-  \context ChordNames {
+  \new ChordNames {
     %% #(set-chord-name-style 'ignatzek)
     \chs
   }
-  \context Staff  \transpose c c' { \chs }
+  \new Staff  \transpose c c' { \chs }
 >>