lilypond-user
[Top][All Lists]
Advanced

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

Re: modifying chordNameSeparator behavior


From: Shevek
Subject: Re: modifying chordNameSeparator behavior
Date: Wed, 21 Dec 2011 08:44:50 -0800 (PST)



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
}


}

-- 
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.




reply via email to

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