]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-changes.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-changes.ly
1 \version "2.19.22"
2
3 \header{
4   texidoc="Property chordChanges: display chord names only when
5 there's a change in the chords scheme, but always display the
6 chord name after a line break.
7 "
8 }
9
10 \layout{ ragged-right = ##t }
11
12
13 scheme = \chordmode {
14   c1:m \break c:m c:m c:m d
15   c1:m \break c:m c:m c:m d
16 }
17
18 settings = {
19 }
20
21 <<
22   \new ChordNames <<
23     \scheme
24     \set chordChanges = ##t
25   >>
26   \new Staff \transpose c c' \scheme
27 >>
28