]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-changes.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-changes.ly
index 9fddd84702eb20e766595ccdc41dc9120a2013e5..e99a4787a8c1d9d025f9235f85cbe940ca0d7c6d 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.5"
+\version "2.2.0"
 
 \header{
-texidoc="property chordChanges: only display chord names when
+texidoc="Property chordChanges: display chord names only when
 there's a change in the chords scheme, but always display the
 chord name after a line break.
 "
@@ -13,16 +13,15 @@ scheme = \chords {
 }
 
 settings = {
-  \property ChordNames.chordChanges = ##t
+  \set chordChanges = ##t
 }
 
 \score {
-  \notes <
-    \context ChordNames < \scheme \settings >
+  \notes <<
+    \context ChordNames << \scheme \settings >>
     \context Staff \transpose c c' \scheme
-  >
+  >>
   \paper{
     linewidth = 40 * \staffspace
   }
 }
-%% new-chords-done %%
\ No newline at end of file