On 4/4/2018 2:11 PM, Joseph Austin wrote:
Is there a way to change the printed name for a dim7 chord from  Xº to Xdim7 ?
I saw this question asked in an archive but didn't see an answer.




Hi,

I guess you mean something like this?
(see attached)

\version "2.19.80"

\language "english"

chExceptionMusic =  { <c ef gf bff>4-\markup { \super "dim7" } }

chExceptions = #(append
         (sequential-music-to-chord-exceptions chExceptionMusic #t)
         ignatzekExceptions)

<<
    \chords { \set chordNameExceptions = #chExceptions gs4:dim7 }
    gs'4
>>


(http://lilypond.1069038.n5.nabble.com/chord-dim7-td14428.html)


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to