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, 01 Nov 2006 23:11:04 +0100
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Many thanks, it works now! I needed also to remove G\sharp from the markup as it is added automatically.

Bye,

Fred

Rick Hansen (aka RickH) a écrit :


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" } }




--
F. Bron

-----------------------------------------------------------
Frédéric Bron (address@hidden)
Villa des Quatre Chemins, Centre Hospitalier, BP 208
38506 VOIRON CEDEX
tél. : (33) 4 76 67 17 27





reply via email to

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