lilypond-user
[Top][All Lists]
Advanced

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

Re: Changed dim chord name


From: Ben
Subject: Re: Changed dim chord name
Date: Wed, 4 Apr 2018 14:33:46 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

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)


Attachment: dim.png
Description: PNG image


reply via email to

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