lilypond-user
[Top][All Lists]
Advanced

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

Re: chord :dim7


From: Frédéric Bron
Subject: Re: chord :dim7
Date: Wed, 1 Nov 2006 23:03:31 +0100

I have tried to make a chord exception as indicated in the documentation and in chord-name-exceptions.ly to replace "07" by "dim" but it did not work. Here is what I tried:

\version "2.8.7"
\include "english.ly"

chExceptionMusic =  { <gs b d f>4-\markup { G\sharp\super "dim" } }

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

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

Fred

2006/11/1, Rick Hansen (aka RickH) <address@hidden>:



Frédéric Bron wrote:
>
> Using lily 2.8.7 on Windows.
>
> Why \chords { gs:dim7 } gives G#07 in the output and not G#dim (\include
> english.ly)?
> I want < gs b d f >.
>
> Regards,
>
> Fred
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>


I'm not fully understanding your question, but G#BDF is the spelling for
G#dim7, and G#BD is the spelling for G#dim.  If you simply want to get rid
of the "circle designation" for diminised chords in general, then you can
code a chord names exceptions list and override the circle to print as "dim"
instead.

If you search the archive for "jazzychord" I think you will find an example
of making chord name exceptions list.


--
View this message in context: http://www.nabble.com/chord-%3Adim7-tf2554083.html#a7119923
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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