Frédéric Bron wrote:
>
> I have tried to make a chord exception as indicated in the documentation
> and
> in
> chord-name-exceptions.ly<http://lilypond.org/doc/v2.8/Documentation/user/lilypond/source/input/regression/lily-496021814.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
>
>
Code all your exceptions with a root note of C and it should work, try:
chExceptionMusic = { <c ef gf bff>4-\markup { G\sharp\super "dim" } }
--
View this message in context:
http://www.nabble.com/chord-%3Adim7-tf2554083.html#a7123636
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user