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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user