On 11 October 2010 15:13, Gilles Filippini <[email protected]> wrote:
>
> Can I ask how do you achieve the right aligned 'repeat 4 times' in this
> score?

I would do something like that:

\relative c'' {
  \repeat volta 4 {
    c1
    % displayed at the end of a line and at the end of the score
    \once \override Score.RehearsalMark #'break-visibility =
#end-of-line-visible
    % \override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible
    % right aligned (default value: #CENTER)
    \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
    % normal size (default value: #+1)
    \once \override Score.RehearsalMark #'font-size = #0
    % printed below the Staff (if wanted)
    % \once \override Score.RehearsalMark #'direction = #-1
    \mark \markup "4X"
  }
}


Cheers,
Xavier

-- 
Xavier Scheuer <[email protected]>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to