lilypond-user
[Top][All Lists]
Advanced

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

Re: half diminished chord


From: Carl D. Sorensen
Subject: Re: half diminished chord
Date: Thu, 13 Nov 2008 20:15:38 -0700



On 11/13/08 4:46 AM, "Stefan Thomas" <address@hidden>
wrote:

> Dear Lilypond-users,
> in the below quoted example the symbol for the half diminished chord is, in my
> opinion, not printed correctly.
> How can I get the right one?


This is described in the documentation.  See the Notation Reference for
version 2.11, section 2.7.2 Displaying Chords under the subsection
Customizing chord names.

Here's a sample:

%%% Start code
chExceptionMusic = {
  <c ees ges bes>1-\markup { \concat { "m7(" \smaller {\flat} "5)"} }
}

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

<<
   \new ChordNames {
     \set chordNameExceptions = #chExceptions
     \chordmode {
     c1:m7.5-
    }
   }
   \new Staff {
     \chordmode {
       c1:m7.5-
     }
   }
>>

%%% End code

HTH,

Carl





reply via email to

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