lilypond-user
[Top][All Lists]
Advanced

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

Re: add9 chords


From: Thomas Morley
Subject: Re: add9 chords
Date: Wed, 6 Feb 2013 23:08:13 +0100

2013/2/6 bart deruyter <address@hidden>:

> 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 = {
  <c e g d'>1-\markup { \super "add9" }
}

chExceptions = #(append
  (sequential-music-to-chord-exceptions chExceptionMusic #t)
  ignatzekExceptions)

\include "predefined-guitar-fretboards.ly"

\storePredefinedDiagram #default-fret-table
                        \chordmode { c:1.3.5.9 }
                        #guitar-tuning
                        #"x;3-3;2-2;o;3-4;o;"

chrds =
\chordmode {
        \set chordNameExceptions = #chExceptions
        c:1.3.5.9
        c:9
        c:7
        c
}

<<
\new ChordNames \chrds
\new FretBoards \chrds
\new Staff \chrds
>>


HTH,
  Harm

Attachment: atest-22.png
Description: PNG image


reply via email to

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