Re: Lowering a \mark

2007-02-18 Thread Michael David Crawford
Vivian Barty-Taylor wrote: Why not try \once \override Score.RehearsalMark #'extra-offset = (0 . -4 ) (adjust -4 until you get the mark where you want.) Looking at your code again, you could also try replacing RehearsalMark with Score.RehearsalMark I've never used Y-offset to move things about

Re: Lowering a \mark

2007-02-18 Thread Vivian Barty-Taylor
Why not try \once \override Score.RehearsalMark #'extra-offset = (0 . -4 ) (adjust -4 until you get the mark where you want.) Looking at your code again, you could also try replacing RehearsalMark with Score.RehearsalMark I've never used Y-offset to move things about, but perhaps it works too.