According to Lilypond's documentation, you can choose to only have chords displayed when they change. I cannot get this behaviour. Here is the snippet:
\new ChordNames {
\chordmode {
d1:7 d1:7
}
}
Here is the alternate snippet:
\new ChordNames {
\chordmode {
d1:7 d:7
}
}
In both cases Lilypond displays the chord names above both bars. This is the same throughout the score. I cannot get it to not display repeat chord names.
Any ideas?