Hello
use chordNameExceptions http://lsr.dsi.unimi.it/LSR/Item?id=309
%%--------------------------------
\version "2.12.2"
% Whiteout hide the chordname
NCString = { <c e g>-\markup { \whiteout { \hspace #2 " NC " } } }
ChrdExcep = #(append (sequential-music-to-chord-exceptions NCString #t)
ignatzekExceptions)
<<
{
\chords {
a2:m7 d2:7.9-
g2:m7 c2:7
\set chordNameExceptions = #ChrdExcep c1 %chord <c e g> as NCString
\unset chordNameExceptions
a2:m7 d2:7.9-
}
}
% \relative c' { a'2 d2 g,2 c2 c4 c4 c4 c4 a2 }
>>
%%---------------------------
I need to be able to put a symbol for "no chord" (such as N.C.) on
several lead sheets and can't find a simple way to do it. Or, really,
any way which I find even remotely comprehensible. It seems like it
ought to be possible- and that the simplest way would be- to put
something like:
a2:m7 d2:7.9-
g2:m7 c2:7
nc1
--
Martial
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user