lilypond-user
[Top][All Lists]
Advanced

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

Re: N.C. symbol?


From: Martial
Subject: Re: N.C. symbol?
Date: Fri, 08 May 2009 22:30:10 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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





reply via email to

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