bug-lilypond
[Top][All Lists]
Advanced

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

Re: A feature to select chord inversion style


From: James
Subject: Re: A feature to select chord inversion style
Date: Fri, 2 May 2014 10:06:18 +0100

Hello


On 1 May 2014 18:30, Henrik Pitkala <address@hidden> wrote:

> I'd like to select how the chord inversions are printed: whether to use
> accidentals or not, and whether to use capital or minor letters in the
> inversion letters. This applies mostly to \germanChords, but why not to the
> other modes, too.
>
> For example, this code:
>
> \version "2.19.6"
> \chordMode {
>         \germanChords
>         c:m  c:m/es  h:m/fis  b/as
> }
>
> gives this output:
>
>   Cm  Cm/es  Hm/fis  B/as
>
>
> But I would like to have a possibility for the following output with
> accidentals:
>
>   Cm  Cm/eb  Hm/f#  B/ab
>
> Additionally, if I'd select to use capital letters, I'd get this output:
>
>   Cm  Cm/Eb  Hm/F#  B/Ab
>
>
> Suggestion for commands to achieve these:
>
> \set chordInversionWithAccidental = ##t
> \set chordInversionWithCapitalLetter = ##t
>
>
> This LSR snippet is related:
> http://lsr.di.unimi.it/LSR/Item?id=750
>
>
> https://code.google.com/p/lilypond/issues/detail?id=3910

Thanks

James


reply via email to

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