lilypond-user
[Top][All Lists]
Advanced

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

Re: invisible rest that takes no horizontal space


From: Kieren MacMillan
Subject: Re: invisible rest that takes no horizontal space
Date: Tue, 15 Jun 2010 16:05:02 -0400

Hi Richie,

> > \skip and s consume score time, but both print some horizontal space. 
> > How can I insert an invisible rest that does not take horizontal space?
> > I searched the manuals and snippet repository, but no clue...

Use

  r4*0

You may have to put

  \once \override Rest #'X-extent = #'(0 . 0)

or

  \once \override Rest #'extra-spacing-width = #'(+inf.0 . -inf.0)

to eliminate any space.

Hope this helps!
Kieren.



reply via email to

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