lilypond-user
[Top][All Lists]
Advanced

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

Re: Alternate chord: maj7 doesn't show up


From: Marc Hohl
Subject: Re: Alternate chord: maj7 doesn't show up
Date: Sun, 09 Nov 2014 15:29:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Am 09.11.2014 um 15:20 schrieb Simon Herter:
I have to admit that I'm not a music expert. I probably misunderstood
the "/" symbol.

I assume you want to have two chords to choose from at the same time.

I guess that's it. In the original sheet music the first chord is
preceded by a small "1." and the second by a "2.". The line is repeated,
so I think the second chord should be played when repeating.


I ended up with inserting another "\chords" line. Putting a small "1"
and "2" before the chords might be a good idea. Do you know how to do that?

http://lists.gnu.org/archive/html/lilypond-user/2012-10/msg00237.html

may be of some use here

#(define (mark-one-ignatzek-chord-names in-pitches bass inversion  context)
(markup #:line ("1. " (ignatzek-chord-names in-pitches bass inversion context))))

#(define (mark-two-ignatzek-chord-names in-pitches bass inversion  context)
(markup #:line ("2. " (ignatzek-chord-names in-pitches bass inversion context))))

NumOne = { \set chordNameFunction = #mark-one-ignatzek-chord-names }
NumTwo = { \set chordNameFunction = #mark-two-ignatzek-chord-names }
NoNum = { \unset chordNameFunction }

and then

\NumOne c:7 \NoNum

or

\NumTwo a:7 \noNum

(This is untested, I copied the definitions from a local file and changed the definitions).

HTH,

Marc


Greetings,
Simon

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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