Issue 617: X-offset works in a specific way for RehearsalMarks
http://code.google.com/p/lilypond/issues/detail?id=617
Comment #4 by v.villenave:
Yes indeed; so, that leaves us already with two convenient solutions;
many thanks to
Neil, Mats and Nicolas.
We have to document it as a @knownissue
Issue 617: X-offset should take the specified alignment method into account
http://code.google.com/p/lilypond/issues/detail?id=617
Comment #3 by n.puttock:
Like Mats says, you could use ly:make-simple-closure to add the extra
offset, but
wouldn't it be easier just to override the time signature
Sorry, I don't know how to set fonts inside of xelatex (there are
examples for plain xetex though on the webpage) without the fontspec
package, but it comes bundled with xetex I think so it is quite a
prerepuisite of the program. My file was derived from the template I
sent sometimes to the lis
If you want to add a fixed offset to the default layout, you can
redefine X-offset, for example to
\override RehearsalMark #'X-offset = #(ly:make-simple-closure
`(,+
1.0
,(ly:make-simple-closure
(list
ly
Issue 617: X-offset should take the specified alignment method into account
http://code.google.com/p/lilypond/issues/detail?id=617
Comment #2 by v.villenave:
Thanks Neil and Mats. I'm keeping this as an Enhancement though, if no
one objects.
Issue attribute updates:
Summary: X-offset
Neil is completely right. The value of self-alignment-X is only taken
into account
if the setting of X-offset includes a call to the function
ly:self-alignment-interface::x-aligned-on-self,
which it does by default.
/Mats
[EMAIL PROTECTED] wrote:
Issue 617: self-alignment-X doesn't work wh