lilypond-user
[Top][All Lists]
Advanced

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

Re: collisions with optional voice ...


From: Neil Puttock
Subject: Re: collisions with optional voice ...
Date: Fri, 30 Jul 2010 20:47:19 +0100

On 29 July 2010 01:38, apqc <address@hidden> wrote:

> Is there some way I can make the spacing look right?!!

You'll have to tweak the positioning (and visibility) manually, since
note collision resolution only works properly when the colliding
voices have the same font-size (see issue 930 in the bugtracker:
http://code.google.com/p/lilypond/issues/detail?id=930).

A combination of 'force-hshift to move the stems,

\once \override NoteColumn #'force-hshift = #0.3

and hiding the noteheads (for minims),

<\tweak #'transparent ##t a>2

should work.

Cheers,
Neil



reply via email to

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