Chord name major7: Difference between revisions
Appearance
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
The layout of the major 7 can be tuned with <code>majorSevenSymbol</code>. | The layout of the major 7 can be tuned with <code>majorSevenSymbol</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
\chords { | \chords { | ||
c:7+ | c:7+ | ||
Revision as of 18:47, 16 November 2025
The layout of the major 7 can be tuned with majorSevenSymbol.
\version "2.24"
\chords {
c:7+
\set majorSevenSymbol = \markup { j7 }
c:7+
}