Comment #4 on issue 2199 by [email protected]: Mark_engraver in
StaffGroup misplaces marks at top of Score
http://code.google.com/p/lilypond/issues/detail?id=2199
This is frustrating, because this seems to be the entire purpose of the
Staff_collecting_engraver, but it seems to have not worked for a long time.
In the development version, you can uncover the remaining functionality by
adding
...
\context { \StaffGroup
...
\override RehearsalMark #'after-line-breaking = #'()
% and for 2.17.18
\override RehearsalMark #'Y-offset =
#side-position-interface::y-aligned-side
\override RehearsalMark #'padding = #0.7
The data structures are not correct, though, so the rehearsal marks collide
with anything else above the staff (which might not happen so often)
For now, the user-defined MarkLine context works well
<https://lists.gnu.org/archive/html/lilypond-user/2012-01/msg00556.html>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings