On 25 July 2010 15:02, Reinhold Kainhofer <reinh...@kainhofer.com> wrote:

> The only way to get it to work was to explicitly assign it to a staff...

Switch off outside-staff positioning and the after-line-breaking
callback; both of these prevent the negative 'Y-offset from dragging
the mark into the system.

defs = \with {
  \consists "Mark_engraver"
  \consists "Staff_collecting_engraver"
  \override RehearsalMark #'outside-staff-priority = ##f
  \override RehearsalMark #'after-line-breaking = ##t
}

Cheers,
Neil

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to