Graham Percival wrote:
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 ma
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
I've been trying to get a rehearsal mark to show up at the end of a
staff. (The object is eventually to use markup such as a fermata
here.) Here's a stripped-down example:
% begin lilypond code %
\version "2.8.1"
eolMark = {
\once\override RehearsalMark #