lilypond-user
[Top][All Lists]
Advanced

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

Re: collision of the dot of a dotted rest and accidental


From: Nick Payne
Subject: Re: collision of the dot of a dotted rest and accidental
Date: Sat, 15 May 2010 13:18:47 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

On 15/05/10 10:42, address@hidden 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



reply via email to

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