]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-changes.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-changes.ly
1 \version "2.6.0"
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 scheme = \chordmode {
11   c1:m \break c:m c:m c:m d
12   c1:m \break c:m c:m c:m d
13 }
14
15 settings = {
16 }
17
18 <<
19   \context ChordNames <<
20     \scheme
21     \set chordChanges = ##t
22   >>
23   \context Staff \transpose c c' \scheme
24 >>
25   \layout{ raggedright = ##t }