[EMAIL PROTECTED] writes:
> Hi.
>
> In lilypond 2.1.0, chord suffixes print differently dependant on the root
> note:
>
> e4:7.9- yields "E7"
> ees4:7.9- yields "Eb/b9"
>
thanks, fixed in CVS.
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
__
Hi.
In lilypond 2.1.0, chord suffixes print differently dependant on the root
note:
e4:7.9- yields "E7"
ees4:7.9- yields "Eb/b9"
Cheers,
Bruce.
\paper {
indent = 0.0\mm
raggedright = ##t
}
\score{
\notes{
\context ChordNames \chords { e:7.9- ees:7.9- }
}
}<>