Jason Silver <[email protected]> writes:

> Anyone have thoughts on how to notate a A minor add 9?
>
> I've tried this:
>
> chExceptionMusic = {
>   <c e g d'>1-\markup { \super "add9" } % 1.3.5.9
>   <c ef g d'>1-\markup { "m" \super "add9" } % 1.3.5.9
> }
>
> with this:
>
> chordNames = \chordmode {
>   \set chordNameExceptions = #chExceptions
>   | a:1.3.5.9 | a:1.3f.5.9 |
> }
>
> I get an error with the minor add 9.

Please try not making up code on the fly but use the actual code you
worked with.  It's rather tricky for readers to figure out genuine
errors from typos.  Here chExceptionMusic does not match chException,
and anyway, there is no such thing as a:1.3f.5.9.  Did you intend to
write - instead of f?

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to