lilypond-user
[Top][All Lists]
Advanced

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

Re: RehearsalMark break-visibility


From: Graham Percival
Subject: Re: RehearsalMark break-visibility
Date: Tue, 4 Apr 2006 12:44:32 -0700


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





reply via email to

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