bug-lilypond
[Top][All Lists]
Advanced

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

Re: Major Minor Chord


From: David Kastrup
Subject: Re: Major Minor Chord
Date: Fri, 09 Sep 2016 18:11:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

craig <address@hidden> writes:

> Hi,
>
> A major minor chord is not given proper accidentals by default.  This
> is a standard chord in mondern music.  The following should have a b
> flat marking along with a b natural marking.
>
>
> \version "2.19.45"
>
> \score {
>   <bes' b' d'' g''>
> }

Well, this is issue
<https://sourceforge.net/p/testlilyissues/issues/1134/>.  If it's any
consolation for you, I have the printout of lily/accidental-engraver.cc
at the side of my bed right now, but did not yet do a lot of digging
through with it.  There are actually multiple jobs involved here since
accidentals may either precede both note heads (in which case any
natural has to come last in order not to be confused with a prenatural
like ♮♯ before a b-sharp in f-major) and the next b of any kind will
better have a cautionary accidental, or each note head may have its own
accidental in which case you need special forking stems and the last
accidental is good for the rest of the measure.

So it's sort of a combo job.  But the first step would be to get the
accidental rules to just state required accidentals for both note heads
and have no definite accidental after that.  That would be a good first
step.

-- 
David Kastrup



reply via email to

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