lilypond-user
[Top][All Lists]
Advanced

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

Re: aligning RehearsalMarks outside staff area


From: Graham Percival
Subject: Re: aligning RehearsalMarks outside staff area
Date: Thu, 8 Dec 2005 13:19:06 -0800


On 8-Dec-05, at 1:27 AM, Mats Bengtsson wrote:

Since the value of the property should be the actual function itself,
you should say:

\override RehearsalMark #'Y-offset = #Self_alignment_interface::aligned_on_y_parent


(If you say \override BlaBlaBla #'blabla = #'bla, then you assign the name
bla as the value)

Aha! I'm so used to doing #' for everything, it didn't even occur to me to try # without '.
For the archives, here's the full solution:

\version "2.7.15"
{
\override Score.RehearsalMark #'Y-offset = #Self_alignment_interface::aligned_on_y_parent
\override Score.RehearsalMark #'self-alignment-Y = #-1

\clef bass  c''4 c'' c'' c'' \mark \default c'' c'' c'' c''
}

(note the Score.  and the self-alignment-Y )

Thanks,
- Graham





reply via email to

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