]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-changes.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-changes.ly
index 8c253cdaf21402198bc4250295444bc61240869d..a662e4efc400304735ea649e35eadf80de6354d6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.19.22"
 
 \header{
   texidoc="Property chordChanges: display chord names only when
@@ -7,6 +7,9 @@ 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
@@ -16,10 +19,10 @@ settings = {
 }
 
 <<
-  \context ChordNames <<
+  \new ChordNames <<
     \scheme
     \set chordChanges = ##t
   >>
-  \context Staff \transpose c c' \scheme
+  \new Staff \transpose c c' \scheme
 >>
-  \layout{ raggedright = ##t }
+