Skip to content

Commit 0efbaf9

Browse files
fix the chord dedupes
1 parent 7a665bd commit 0efbaf9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

source/book-example.ily

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
ragged-right = ##f
1919
\context {
2020
\ChordNames
21+
% Omit repeated chord names until the harmony changes (same as real-book-chart.ily).
22+
chordChanges = ##t
2123
chordRootNamer = #jazzChordRootNamer
2224
chordNameExceptions = #jazzChordNames
2325
}

source/real-book-chart.ily

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ realBookTitle = \markup {
5353
\layout {
5454
\context {
5555
\ChordNames
56+
% Lead-sheet style: omit repeated chord symbols until the harmony changes.
57+
chordChanges = ##t
5658
chordRootNamer = #jazzChordRootNamer
5759
chordNameExceptions = #jazzChordNames
5860
\override ChordName.font-size = #-1

0 commit comments

Comments
 (0)