On Sun, Apr 2, 2017 at 11:47 AM Federico Bruni-2 [via Lilypond] <
ml-node+s1069038n20185...@n5.nabble.com> wrote:

> Hi all
>
> I have a simple question, but I couldn't find a solution.
> I'm always confused with horizontal alignment..
>
> I want to move the RehearsalMark object to the left:
>
>
> \version "2.19.57"
> {
>   R1*4 \break
>   R1
>   % how to move it to the left?
>   % this doesn't work:
>   \override RehearsalMark.self-alignment-X = #3
>   \mark \markup { "Coda" }
>   R1*4
> }
>

RehearsalMarks live in the Score context, so you need to change it to

\override Score.RehearsaMark.self-...

Under normal circumstances, it is implied that you are referring to the
Staff context.

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/move-the-RehearsalMark-object-to-the-left-tp201858p201859.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to