]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-changes.ly
* input/regression/beam-quanting-32nd.ly (texidoc): new file
[lilypond.git] / input / regression / chord-changes.ly
index aeb1ccec24c5b511cd384a74c3e5a22d2e9d93ac..0c0c59a83d403da5fc7a1d273d0d14b9c9b48ef5 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.7.10"
+\version "1.9.8"
 
 \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.
 "
@@ -17,12 +17,11 @@ settings = {
 }
 
 \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