James-379 wrote:
>
> 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?
>
Thanks for the response, James. Unfortunately that solution has the same
issue I mentioned:
\chords {
\set chordNameSeparator = ""
c:7sus4 % this looks great now
c:7sus4/g % there is no slash between the suffix and the bass note
}
}
--
View this message in context:
http://old.nabble.com/modifying-chordNameSeparator-behavior-tp33014994p33018105.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user