Jump to content

Chord name major7: Difference between revisions

From LilyPond wiki
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
The layout of the major*nbsp;7 can be tuned with the <code>majorSevenSymbol</code> context property.
The layout of the major&nbsp;7 can be tuned with the <code>majorSevenSymbol</code> context property.


<lilypond version="2.24">
<lilypond version="2.24">

Latest revision as of 19:50, 10 January 2026

The layout of the major 7 can be tuned with the majorSevenSymbol context property.

\version "2.24"

\chords {
  c:7+
  \set majorSevenSymbol = \markup { j7 }
  c:7+
}