1 parent 7a665bd commit 0efbaf9Copy full SHA for 0efbaf9
2 files changed
source/book-example.ily
@@ -18,6 +18,8 @@
18
ragged-right = ##f
19
\context {
20
\ChordNames
21
+ % Omit repeated chord names until the harmony changes (same as real-book-chart.ily).
22
+ chordChanges = ##t
23
chordRootNamer = #jazzChordRootNamer
24
chordNameExceptions = #jazzChordNames
25
}
source/real-book-chart.ily
@@ -53,6 +53,8 @@ realBookTitle = \markup {
53
\layout {
54
55
56
+ % Lead-sheet style: omit repeated chord symbols until the harmony changes.
57
58
59
60
\override ChordName.font-size = #-1
0 commit comments