but the successive adding of thirds is common for such chords.
Now, it is like this:
http://lilypond.org/doc/v2.16/Documentation/notation/chord-mode
9 (number) is adding thirds up to number
.9 (.number) is add this note
^9 (^number) is remove this note
The display and the input syntax are (intenti
Hi Bart,
> - c:9 produces a C9, including the seventh, (sorry Robert Schmaus, I just
> tested it)
Oh ... I think there have been some changes from the previous stable
version (2.14) then. I had the problem that I could *not* produce 11 or
9 chords - I always got the "add9" or "add11" version, unt
2013/2/6 bart deruyter :
> It's sad thought that 'add' is not accepted by \storepredifineddiagram in a
> chord name.
How about:
\version "2.16.1"
% \version "2.17.10"
chExceptionMusic = {
1-\markup { \super "add9" }
}
chExceptions = #(append
(sequential-music-to-chord-exceptions chExceptio
@Noeck: thanks for the help, was just working on that solution. Indeed,
that seems to be the way to go.
It's sad thought that 'add' is not accepted by \storepredifineddiagram in a
chord name.
It would have made things quite a bit easier for a chord that is, in my
opinion, used quite often.
I'll put
Hi,
Am Mittwoch, 6. Februar 2013, 22:24:32 schrieb bart deruyter:
> lol, indeed, 2.17.6... so the search continues...
OK, might be a change in the development version…
> I was hoping to get it by trying out c:2 for diagram, and splitting
> chordnames and and chord diagrams, and using " \set ad
Am 06.02.2013 22:24, schrieb bart deruyter:
> lol, indeed, 2.17.6... so the search continues...
>
> I was hoping to get it by trying out c:2 for diagram, and splitting
> chordnames and and chord diagrams, and using " \set
> additionalPitchPrefix = #"add"",
> but c:2 renders a Csus2 diagram.. b
lol, indeed, 2.17.6... so the search continues...
I was hoping to get it by trying out c:2 for diagram, and splitting
chordnames and and chord diagrams, and using " \set additionalPitchPrefix
= #"add"",
but c:2 renders a Csus2 diagram.. bummer getting quite completely stuck
here...
http://w
Hi there,
Am Mittwoch, 6. Februar 2013, 21:54:57 schrieb bart deruyter:
> - c:9 produces a C9, including the seventh, (sorry Robert Schmaus, I just
> tested it)
yes, thats perfectly correct, since 9 means 7th and 9th. :)
> - c:7.9 renders a C9, including seventh too
this is the same command as
hm, thanks for all the tips, but:
- c:9 produces a C9, including the seventh, (sorry Robert Schmaus, I just
tested it)
- c:7.9 renders a C9, including seventh too
- C:9^7 produces a C7 chord (just tried it Robert Kohnert).
- Using: \set additionalPitchPrefix = #"add" only changes the chord name,
\set additionalPitchPrefix = #"add"
within \chordmode renders the chord name with add9 instead of 9 only.
Example:
\version "2.16.0"
cd = \chordmode {
\set additionalPitchPrefix = #"add"
c1:9 c:9^7 c:5.9
}
<<
\new ChordNames \cd
\new FretBoards \cd
\new Staff \cd
>>
Am 06.02.2013 13:40, sc
Did you try c:5.9?
On Wed, Feb 6, 2013 at 1:40 PM, bart deruyter wrote:
> Hi all,
>
> I've searching for a way to add 'add9' chords to my own version of
> predefined fretboards, but whatever I do, it does not accept it and doesn't
> render it. I think the system doesn't allow 'add9' as chordname,
Hi,
Am 2013-02-06 13:40, schrieb bart deruyter:
I've searching for a way to add 'add9' chords to my own version of
predefined fretboards, but whatever I do, it does not accept it and
doesn't render it. I think the system doesn't allow 'add9' as
chordname, because when I change it to '9', like 'c
> Hi Bart,
>
> Lily's behaviour is quite correct. c:9 will produce a c major triad plus the
> ninth, ie ... that's an add9 chord. A proper ninth chord is bf d'>, ie a stack of thirds. Thus, you'll need c:7.9 for a 9 chord. You can
> check it out if you put your chords in an ordinary Staff to s
13 matches
Mail list logo