bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uncontrollable \mark


From: Mats Bengtsson
Subject: Re: Uncontrollable \mark
Date: Thu, 25 Jan 2007 11:32:58 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]