lilypond-user
[Top][All Lists]
Advanced

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

Re: chord :dim7


From: Rick Hansen (aka RickH)
Subject: Re: chord :dim7
Date: Wed, 1 Nov 2006 14:07:33 -0800 (PST)



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.





reply via email to

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