lilypond-user
[Top][All Lists]
Advanced

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

Re: ‘Kerning’ a clef


From: Kieren MacMillan
Subject: Re: ‘Kerning’ a clef
Date: Mon, 23 Nov 2015 14:01:39 -0500

Hi Simon,

> I’d like the clef to take less space, especially to the right, and at best to 
> overlap with the following note. How can I achieve that?

\version "2.19.31"
{
 a'8
 \tweak Clef.space-alist.next-note #'(extra-space . 0)
 \tweak Clef.X-extent #empty-interval
 \clef bass a, b, c
}

This is obviously extreme; adjust the X-extent as desired.

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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