]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-name-major7.ly
4b1633bf8cd27bc486243c4871d5e06470882077
[lilypond.git] / input / regression / chord-name-major7.ly
1 \version "2.1.26"
2 \header {
3     texidoc = "The layout of the major 7 can be tuned with
4 @code{majorSevenSymbol}."
5 }
6
7 \score {\context ChordNames \chords {
8       c:7+
9       \set majorSevenSymbol = \markup { "j7" }
10       c:7+ }
11 }