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: Simon Herter
Subject: Re: Alternate chord: maj7 doesn't show up
Date: Sun, 09 Nov 2014 16:22:22 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

That's perfect!
Thanks to all of you for your help.

Simon

Am 11/9/2014 3:29 PM, schrieb Marc Hohl:
#(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



reply via email to

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