lilypond-user
[Top][All Lists]
Advanced

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

Re: rest collisions


From: Simon Albrecht
Subject: Re: rest collisions
Date: Tue, 01 Jul 2014 21:24:36 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Am 01.07.2014 20:50, schrieb bart deruyter:
Hi all,

I've got an issue here with rests.
I have three voice score with rests in the second voice . There simply is not enough space for the rest between the highest and the lowest note, so I tried to move the rest to the left using:


\once \override Rest #'extra-offset = #'(-1 . 0)


Is there a way to solve this, or another method that should be used to solve this kind of problem? Or is it common to hide the rest in these cases?

I've added screen captures.
Try

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.18"


<<

{ d''4 d'' } \\

{ f'4 f' } \\

{

% extra-offset is applied after the layout

% has been made, so it can’t handle collisions,

% while X-offset can.

\once\override Rest.X-offset = -1

% the following is a shortcut to explicitly

% set the staff-position of the rest

a'4\rest

% just decide which looks better to you in context

\once\override Rest.X-offset = 1.5

b'\rest }

>>

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

And have a look at <http://lilypond.org/tiny-examples.html>. It makes helping you much easier.



reply via email to

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