[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: When to Use Pound Signs
From: |
David Kastrup |
Subject: |
Re: When to Use Pound Signs |
Date: |
Sat, 26 Mar 2016 20:42:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Jason Silver <address@hidden> 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