lilypond-user
[Top][All Lists]
Advanced

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

Re: Complete Solution: alignment of "segno" over a Repeat Sign?


From: Richard Schoeller
Subject: Re: Complete Solution: alignment of "segno" over a Repeat Sign?
Date: Mon, 03 Jul 2006 08:15:52 -0400

OK, I'm not sure why you wouldn't use the following:

% this makes it center aligned.
    \once \override Score.RehearsalMark   #'self-alignment-X = #0
% this puts it on the following system if there is a break.
% if there is no break, it has no effect.
    \once \override Score.RehearsalMark   #'break-visibility =
#end-of-line-invisible
% this makes it align to the bar.
    \once \set Score.rehearsalMarkAlignSymbol = #'staff-bar

If you want it to be on the system preceding a break, use this:
    \override Score.RehearsalMark   #'break-visibility =
#begin-of-line-invisible

The approaches that you have been tweaking are easily disruppted by
changes in the music that affect the break placement.  The above is far
more automatic.  As was already noted, you need
   \bar "||:"
in order to get a || on the preceding system and a |: on the following.

Dick

-- 
Dick Schoeller
mailto:address@hidden
http://schoeller.hsd1.ma.comcast.net/
781.449.5476





reply via email to

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