lilypond-user
[Top][All Lists]
Advanced

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

Re: modifying chordNameSeparator behavior


From: James
Subject: Re: modifying chordNameSeparator behavior
Date: Wed, 21 Dec 2011 08:05:38 +0000

Hello,

On 21 December 2011 07:22, Shevek <address@hidden> wrote:
>
> I'd like to get Lilypond's chord symbols to appear more "Real Book" like.
> Part of that style involves not putting a slash between the basic suffix of
> a chord and its alterations. So far so good, as I can just set
> chordNameSeparator to \markup\null. The trouble is that doing that removes
> the slash before an alternate bass note, which I want to keep. Is there a
> way to remove the slash before an alteration without removing the slash
> before an alternate bass note?

\chords {
  c:7sus4
  \set chordNameSeparator
    = \markup { "" }
  c:7sus4
}

Does that work for you?



-- 
--

James



reply via email to

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