lilypond-devel
[Top][All Lists]
Advanced

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

Re: feature request: \mark avoiding notes


From: Graham Percival
Subject: Re: feature request: \mark avoiding notes
Date: Fri, 20 May 2005 07:31:33 -0700


On 20-May-05, at 5:57 AM, Mats Bengtsson wrote:
You mean the collision avoidance for text script, right (remember
the email discussion the other week)?

Oops.

Anyway, I'm afraid it's not that simple, since text scripts are

-snip-

ok, I see that now.

On the other hand, it seems that the horizontal spacing is affected
in some way by rehearsal marks, for example:
\score{\relative c'''{c c \mark "ABCD" c c |}
\layout{raggedright = ##t}
}

Shouldn't this example get rid of that space?

\score{\relative c''{
\override Score.RehearsalMark #'no-spacing-rods = ##t
c4 c \mark "ABCD" c c |}
\layout{raggedright = ##t}
}

"no-spacing-rods: Items with this property do not cause spacing constraint."
However, it has no effect.

Cheers,
- Graham





reply via email to

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