lilypond-user
[Top][All Lists]
Advanced

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

collision of the dot of a dotted rest and accidental


From: Torsten
Subject: collision of the dot of a dotted rest and accidental
Date: Sat, 15 May 2010 11:16:04 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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




reply via email to

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