Nick Payne <nick.payne <at> internode.on.net> writes:

> 
> On 15/05/10 10:42, violist <at> freenet.de wrote:
> > Hi!
> >
> > I reported the collision of the dot of a dotted rest and accidental as 
> > a bug already.
> >
> > But what can I do meanwhile? I would like to push the note together 
> > with its accidental a bit to the right (and everything following, of 
> > course). But how?
> >

> \version "2.13.20"
> 
> accspace = #(define-music-function (parser location extent) (pair?) #{
>      \once \override Staff.Accidental #'X-extent = #$extent
> #})
> 
> {
>      r16. \accspace #'(-1.5 . 1.2) cis''
> }
> 
> Play with the values to get the spacing you want.
> 
> Nick
> 

Thank you very much!
Very Good! 
My poor solution at the end was: (working, but not good)

{ << b'16.\rest \\ \hideNotes e''16. >> \unHideNotes cis'' }

or to use LilyPond Version 2.10.33
see http://code.google.com/p/lilypond/issues/detail?id=1088
(thank you Patrick)

Torsten


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to