lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Docs: new defaults for rehearsal mark alignment (issue 13300048)


From: k-ohara5a5a
Subject: Re: Docs: new defaults for rehearsal mark alignment (issue 13300048)
Date: Thu, 19 Sep 2013 05:25:18 +0000

Reviewers: J_lowe, thomasmorley651, Mark Polesky,


https://codereview.appspot.com/13300048/diff/9001/Documentation/changes.tely
File Documentation/changes.tely (right):

https://codereview.appspot.com/13300048/diff/9001/Documentation/changes.tely#newcode86
Documentation/changes.tely:86: of the clef and key signature by default.
As in previous versions, the
On 2013/09/18 23:08:33, Mark Polesky wrote:
2 spaces after sentence in texinfo.

Done.

https://codereview.appspot.com/13300048/diff/9001/Documentation/changes.tely#newcode88
Documentation/changes.tely:88: @lilypond[quote,relative=2]
On 2013/09/18 23:08:33, Mark Polesky wrote:
I think we usually put an empty line before @lilypond, though I don't
see it
mentioned in the CG.

Done.

Description:
Docs: new defaults for rehearsal mark alignment
 Documentation/changes.tely                         |   30 +++++++++
 ...aligning-marks-with-various-notation-objects.ly |   65
++++++++++++++++++++
 2 files changed, 95 insertions(+), 0 deletions(-)

makelsr
 ...aligning-marks-with-various-notation-objects.ly |   44
++++++++-----------
 1 files changed, 19 insertions(+), 25 deletions(-)

Please review this at https://codereview.appspot.com/13300048/

Affected files (+34, -2 lines):
  M Documentation/changes.tely
  M Documentation/notation/changing-defaults.itely


Index: Documentation/changes.tely
diff --git a/Documentation/changes.tely b/Documentation/changes.tely
index f2266666d0c793686afba12d6aec076e92a71fb4..72bb77302159963e1ebb45e19125d697feb8293c 100644
--- a/Documentation/changes.tely
+++ b/Documentation/changes.tely
@@ -62,6 +62,38 @@ which scares away people.
 @end ignore

 @item
+New commands @code{markLengthOn} and @code{markLengthOff} control
+the allowance of horizontal space for tempo and rehearsal marks.
+
address@hidden,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
address@hidden lilypond
+
address@hidden
+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
address@hidden controls the behavior.
+
address@hidden,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.
address@hidden lilypond
+
address@hidden
 Decimal numbers can now be written directly in music,
 without a hash sign.  Together with the previous change
 in the way object properties are specified, the code to
Index: Documentation/notation/changing-defaults.itely
diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index d690681465dd4b06c6ca5e72e0308940c727810a..21b6841a7af3d406c8db579906ccd3e31875c9de 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]