2013/2/6 bart deruyter <bart.deruy...@gmail.com>:

> 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>>

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

Reply via email to