lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to input a diminished7 (maj7) chord?


From: Andrew Zah
Subject: How to input a diminished7 (maj7) chord?
Date: Mon, 10 Jan 2022 18:34:03 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

Hi,

I'm trying to input a Bbdim7(maj7) chord. See the attached for an example.

Currently I'm doing this to override chords:

jazzChordDefinitions={
  % ...
  <c ees ges>-\markup { \super "o" }
  <c ees ges beses b>-\markup { \super "o7(△7)" }
  % ...
}

and then
jazzChordExceptions=#(append
    (sequential-music-to-chord-exceptions jazzChordDefinitions #t)
)

\chordmode {
  \set chordNameExceptions = #jazzChordExceptions
  % bes2.:dim7.maj7 ??
}

How would I input that chord in chordmode?

Thanks,
Andrew

Attachment: 2022-01-10-182529_141x94_scrot.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]