On 15/05/10 10:42, [email protected] 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?

I don't want to make more space generally with one of those:
\override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 8)
   \override SpacingSpanner  #'spacing-increment = #1.2
   \override SpacingSpanner  #'shortest-duration-space = #2.5
because I like the notes generally rather narrow, to get enough bars in one line.

I read the Subject: "horizontal shift of note column not working" from Tom Cloyd, 2010-04-02 09:05:00 GMT,
but I did not find what helps to me.
\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

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to