From fa7cef118ba38099e8b26f7d1e6de0cd0fed853c Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Tue, 10 Sep 2013 11:19:05 -0700 Subject: [PATCH] Docs: new defaults for rehearsal mark alignment --- Documentation/changes.tely | 32 +++++++++++++++++++ .../notation/changing-defaults.itely | 4 +-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/Documentation/changes.tely b/Documentation/changes.tely index effa7004c4..01c5e2d48e 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -99,6 +99,38 @@ register symbols in the @samp{scm accreg} module, see >> @end lilypond +@item +New commands @code{markLengthOn} and @code{markLengthOff} control +the allowance of horizontal space for tempo and rehearsal marks. + +@lilypond[quote,relative=2] +\markLengthOn +\compressFullBarRests +\tempo "Molto vivace" c2 c' +\mark\default +\tempo "Meno mosso" R1*16 +\mark\default +g,2 g +\bar "||" +\markLengthOff +\tempo "Molto vivace" c2 c' +\mark#1 +\tempo "Meno mosso" R1*16 +\mark\default +g,2 g +@end lilypond + +@item +Rehearsal marks at the beginning of a line are now placed to the right +of the clef and key signature by default. As in previous versions, the +@code{break-alignable-interface} controls the behavior. + +@lilypond[quote,relative=2] +\set Score.barNumberVisibility = #all-bar-numbers-visible +\set Timing.currentBarNumber = #72 +\bar"||" \time 3/4 \key e\major \mark#10 \tempo "Adagio" b2. +@end lilypond + @item Decimal numbers can now be written directly in music, without a hash sign. Together with the previous change diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index d690681465..21b6841a7a 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -3901,13 +3901,13 @@ Each type of object has its own default reference point, to which rehearsal marks are aligned: @lilypond[verbatim,quote,relative=1] -% The rehearsal mark will be aligned to right edge of the Clef +% The rehearsal mark will be aligned to the right edge of the Clef \override Score.RehearsalMark.break-align-symbols = #'(clef) \key a \major \clef treble \mark "↓" e1 -% The rehearsal mark will be centered above the Time Signature +% The rehearsal mark will be aligned to the left edge of the Time Signature \override Score.RehearsalMark.break-align-symbols = #'(time-signature) \key a \major \clef treble -- 2.39.5