[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 97 in project lilypond
From: |
codesite-noreply |
Subject: |
Issue 97 in project lilypond |
Date: |
Fri, 01 Jun 2007 14:52:14 -0700 |
Issue 97: request: center mark over bar sign (instead of the right edge)
http://code.google.com/p/lilypond/issues/detail?id=97
Comment #13 by joeneeman:
Ah, OK, the meaning of things has changed slightly -- I'l have to rewrite some
stuff in the manual (do you know what section currently describes this)?
To get the behaviour you want, use
\override Score.RehearsalMark #'break-align-symbols = #'(time-signature)
\override Score.RehearsalMark #'self-alignment-X = #-1
(note break-align-symbols, not break-align-symbol)
I think that, by default, lilypond will align things to the left side of a
time-signature. If it doesn't, you can add
\override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT
If you have places in your score with RehearsalMarks but without a time
signature,
you can do something like
\override Score.RehearsalMark #'break-align-symbols = #'(time-signature clef
staff-bar)
and the RehearsalMark will fall back to aligning on a clef or a bar-line if the
time-signature is not there. You can control the alignment position on the clef
or
the bar-line with
\override Staff.Clef #'break-align-anchor-alignment = ...
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings