Hello, all --

I've posted about this issue a couple of times (see <http:// lists.gnu.org/archive/html/lilypond-user/2006-06/msg00248.html>), and would love *any* response -- even a "it can't be done", or whatever... =)

I'd like to be able to control whether my RehearsalMark forces its measure to have a specific width, or whether it rolls over the barline. The default behaviour is particularly irritating when one (or more) of the parts in a full score have a full-measure rest -- see example code, below.

Essentially, it seems to boil down to being able to implement the opposite of \fatText -- I've tried using \emptyText and #'no-spacing- rods, but neither appear to solve the problem.

Thanks!
Kieren.

_______________________

%%%  CODE SNIPPET BEGINS
\version "2.8.4"
\layout
{
        ragged-right = ##t
        \context
        {
                \Score
                        \override RehearsalMark #'break-align-symbol = 
#'time-signature
                        \override RehearsalMark #'self-alignment-X = #left
                        \override RehearsalMark #'extra-offset = #'(1 . 0)
        }
}
\score { << { \emptyText \mark \markup "long markup ruins the MMR width" R1 R1 R1 } >> }
%%%  CODE SNIPPET ENDS


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

Reply via email to