]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chords/chord-name-major7.ly
First wave of real LSR integration.
[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 @{majorSevenSymbol@}
5 " }
6
7 \chords {
8     c:7+
9     \set majorSevenSymbol = \markup { "j7" }
10     c:7+
11 }