]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: new defaults for rehearsal mark alignment
authorKeith OHara <k-ohara5a5a@oco.net>
Tue, 10 Sep 2013 18:19:05 +0000 (11:19 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 21 Sep 2013 17:35:32 +0000 (10:35 -0700)
Documentation/changes.tely
Documentation/notation/changing-defaults.itely

index effa7004c48d65e86a146b9898589657f1d644d3..01c5e2d48e2107053e6b93561c6bdea49c55fbf1 100644 (file)
@@ -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
index d690681465dd4b06c6ca5e72e0308940c727810a..21b6841a7af3d406c8db579906ccd3e31875c9de 100644 (file)
@@ -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