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
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