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