lilypond-user
[Top][All Lists]
Advanced

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

Re: Jazz chords


From: lilypond
Subject: Re: Jazz chords
Date: Mon, 21 May 2012 15:47:38 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, May 21, 2012 at 05:51:25PM +0200, rosea.grammostola wrote:
> Hi,
> 
> What is the status of this? 
> http://lists.gnu.org/archive/html/lilypond-user/2011-11/msg00285.html

What do you mean by 'status'?  It works for me.  I've tweaked the
markup to suit my tastes, and have added some additional chord
structures, enough to regard it as a very functional and useful
framework.

> I'm searching for a way to display A7(#5)

If you mean the markup, first find your jazz-chords.ily file and
make a backup.  Then find the line inside 'jazzChordsMusic' that
reads:

       <c e gis bes>-\markup\jcRaise{ "+7" }

Change that to:

%       <c e gis bes>-\markup\jcRaise{ "+7" }
       <c e gis bes>-\markup\jcRaise{ "7(" \jcSharp "5)" }

Save your jazz-chords.ily file.

Now test:

\version "2.15.38"

\include "jazz-chords.ily"

\score {
  <<
    \new ChordNames
      \chordmode { a1:7.5+ }
    \new Staff {
      \key d \minor
      \numericTimeSignature
      \time 4/4
      r1
    }
  >>
} % score


Jim



reply via email to

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