From: Joe Neeman Date: Tue, 14 Aug 2007 23:17:17 +0000 (+1000) Subject: Refer to Text Marks from Rehearsal Marks instead of duplicating information. X-Git-Tag: release/2.11.30-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=490bac8c8f626e4a85c54d350ed3ceb4c199c247;p=lilypond.git Refer to Text Marks from Rehearsal Marks instead of duplicating information. --- diff --git a/Documentation/user/advanced-notation.itely b/Documentation/user/advanced-notation.itely index 214d1c80a3..547a362913 100644 --- a/Documentation/user/advanced-notation.itely +++ b/Documentation/user/advanced-notation.itely @@ -371,6 +371,11 @@ bar lines, } @end lilypond +Possible symbols for the @code{break-align-symbols} list are +@code{ambitus}, @code{breathing-sign}, @code{clef}, @code{custos}, +@code{staff-bar}, @code{left-edge}, @code{key-cancellation}, +@code{key-signature}, and @code{time-signature}. + The text marks will, by default, be aligned with the middle of the notation object, but this can be changed by overriding the @code{break-align-anchor-alignment} and @@ -392,9 +397,10 @@ object, but this can be changed by overriding the \once \override Staff.KeySignature #'break-align-anchor-alignment = #RIGHT \mark \default ces1 + \key cis \major - % the RehearsalMark will be aligned with the right edge of the KeySignature - % and then shifted right by an additional 2 units. + % the RehearsalMark will be aligned with the left edge of the KeySignature + % and then shifted right by 2 units. \once \override Staff.KeySignature #'break-align-anchor = #2 \mark \default ces1 @@ -1085,30 +1091,7 @@ c1 See @ref{The Feta font}, for a list of symbols which may be printed with @code{\musicglyph}. -The horizontal location of rehearsal marks can be adjusted by -setting @code{break-align-symbol} - -@lilypond[fragment,quote,ragged-right,verbatim,relative] -c1 -\key cis \major -\clef alto -\override Score.RehearsalMark #'break-align-symbols = #'(key-signature) -\mark "on-key" -cis -\key ces \major -\override Score.RehearsalMark #'break-align-symbols = #'(clef) -\clef treble -\mark "on clef" -ces -@end lilypond - -@code{break-align-symbol} may also accept the following values: -@code{ambitus}, @code{breathing-sign}, @code{clef}, @code{custos}, -@code{staff-bar}, @code{left-edge}, @code{key-cancellation}, -@code{key-signature}, and @code{time-signature}. Setting -@code{break-align-symbol} will only have an effect if the symbol -appears at that point in the music. - +For common tweaks to the positioning of rehearsal marks, see @ref{Text marks}. @seealso