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:12:30 -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
> 
> 

Also your exception should not contain a duration indication, you have a
quarter note specified, here is one of my exceptions pasted verbatim:

<c e gs bf df'>-\markup \super \line { 7 \hspace #0.45 \override
#'(baseline-skip . .5) \column { \line { \teeny \raise #0.5 \flat 9 } \line
{ \teeny \raise #0.5 \sharp 5 } } }


change yours to remove the quarter note, like this:

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


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





reply via email to

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