lilypond-user
[Top][All Lists]
Advanced

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

Re: modifying chordNameSeparator behavior


From: Carl Sorensen
Subject: Re: modifying chordNameSeparator behavior
Date: Wed, 21 Dec 2011 18:15:52 +0000
User-agent: Microsoft-MacOutlook/14.13.0.110805


On 12/21/11 9:44 AM, "Shevek" <address@hidden> wrote:

>
>
>
>James-379 wrote:
>> 
>> 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?
>> 
>
>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
>}
>

This has been fixed in the development version, thanks to Adam Spiers.

Version 2.15.21 or newer has separate properties for the suffix and the
bass note.

HTH,

Carl




reply via email to

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