lilypond-user
[Top][All Lists]
Advanced

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

Re: explicit 7 on a half diminished 7


From: pls
Subject: Re: explicit 7 on a half diminished 7
Date: Thu, 22 Aug 2013 19:13:51 +0200


On 22.08.2013, at 18:40, Derek Klinge <address@hidden> wrote:

Using Version 2.16.2-1 on a macbook
Thanks

Derek


On Thu, Aug 22, 2013 at 9:35 AM, Derek Klinge <address@hidden> wrote:
Exactly, how do I write a chordname exception for a Half Diminished 7th?
\version "2.17.24"

chordException = {
  <c es ges bes>-\markup { \super "m7b9" }
}
  
chExceptions = #( append
                   ( sequential-music-to-chord-exceptions chordException #t )
                   ignatzekExceptions
                   )
\new ChordNames {
  <c es ges bes>    
  \set chordNameExceptions = #chExceptions
  <c es ges bes>
}


hth
patrick
I can provide an example if needed.
Thanks,
Derek

Derek


On Thu, Aug 22, 2013 at 6:38 AM, Tim McNamara <address@hidden> wrote:

On Aug 21, 2013, at 5:40 PM, Derek Klinge <address@hidden> wrote:

> For the life of me I cannot figure this out.
> I would like the following example to explicitly include the 7. Is there a way to change the way it handles half diminished 7ths?
>
> EXAMPLE
> \chords {
>   c4:7.9- c:7.9-/g
>   \set slashChordSeparator = \markup { " over " }
>   \break
>   c4:7.9- c:7.9-/g
> }



I am confused as well.  I don't understand his code in terms of his question because c4:7.9- is not a half-diminished chord, it is an altered chord that should print as C7b9.

The default rendering of a C half-diminished chord of c4:min7.5- in LilyPond, at least prior to 2.17, would be Cø and my guess is that he wants it printed as Cmin7b5 or C-7b5.  To achieve that the OP needs to write a chordname exception.
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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