lilypond-1.3.130
[lilypond.git] / input / bugs / chord-changes.ly
blob49e8c4cc146cd3d84a3cfc693d45b279a374fae1
1 \header{
2 texidoc="property chordChanges: only display chord names when
3 there's a change in the chords scheme, but always display the
4 chord name after a line break.
5 ";
8 scheme = \chords {
9 % ugh ugh: this breaks the output of notes in the regular staff
10 \property ChordNamesVoice.chordChanges = ##t
11 % and this even breaks the chord names
12 \property ChordNames.chordChanges = ##t
13 c1:m \break c:m c:m c:m d
14 c1:m \break c:m c:m c:m d
17 \score {
18 \notes <
19 \context ChordNames \scheme
20 \context Staff \transpose c'' \scheme
22 \paper{
23 linewidth = 40 * \staffspace;
24 \translator {
25 \ChordNamesVoiceContext
26 chordChanges = ##t