I was about to start writing short version to show how it is in code when I
read your mail.

I tried it out and it worked!

Thank you very much :-)

Grtz,

Bart

http://www.bartart3d.be/
On facebook <https://www.facebook.com/pages/BartArt3D/169488999795102>
On Twitter <https://twitter.com/#%21/Bart_Issimo>
On Identi.ca <http://identi.ca/bartart3d>
On Google+ <https://plus.google.com/u/0/b/116379400376517483499/>


2014-07-01 21:24 GMT+02:00 Simon Albrecht <simon.albre...@mail.de>:

>  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>
> <http://lilypond.org/tiny-examples.html>. It makes helping you much
> easier.
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to