On 4-Apr-06, at 11:46 AM, Daniel Johnson wrote:

eolMark = {
\once\override RehearsalMark #'break-visibility = #end-of-line-visible
%%%%% end lilypond code %%%%%

In this example, though, the rehearsal mark shows up at the beginning of the second line rather than the end of the first. Any ideas?

Yes, read the manual, 8.1.3 Text marks:
----
To print the mark at the end of the current line, use

\override Score.RehearsalMark
  #'break-visibility = #begin-of-line-invisible
----

I don't know why end-of-line-visible doesn't work, but since it isn't mentioned in the manual, I don't think it's a serious problem.

You may also want to use
     \once \override Score.RehearsalMark #'self-alignment-X = #right

Cheers,
- Graham



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to