]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-changes.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / chord-changes.ly
index 122f236d34bacbcfdbc9985259c8c7f8ec54021f..a662e4efc400304735ea649e35eadf80de6354d6 100644 (file)
@@ -1,12 +1,15 @@
-\version "2.3.22"
+\version "2.19.22"
 
 \header{
-texidoc="Property chordChanges: display chord names only 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.
 "
 }
 
+\layout{ ragged-right = ##t }
+
+
 scheme = \chordmode {
   c1:m \break c:m c:m c:m d
   c1:m \break c:m c:m c:m d
@@ -15,13 +18,11 @@ scheme = \chordmode {
 settings = {
 }
 
-\score {
-    <<
-       \context ChordNames <<
-           \scheme
-           \set chordChanges = ##t
-       >>
-       \context Staff \transpose c c' \scheme
-    >>
-    \layout{ raggedright = ##t }
-}
+<<
+  \new ChordNames <<
+    \scheme
+    \set chordChanges = ##t
+  >>
+  \new Staff \transpose c c' \scheme
+>>
+