Hello,

On 21 December 2011 07:22, Shevek <s...@saultobin.com> 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

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

Reply via email to