If you only want to affect the position of mark above GrandStaff, not above the
full score, should should say
\override Staff.RehearsalMark ...
instead of
\override Score.RehearsalMark ...

For example, you can do things like

  \new Staff \with {
      \consists "Mark_engraver"
      \override RehearsalMark #'self-alignment-X = #LEFT
 } << ... >>

  /Mats



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

Reply via email to