lilypond-devel
[Top][All Lists]
Advanced

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

Re: XY-extent: more accurate docstring (issue 35440044)


From: janek . lilypond
Subject: Re: XY-extent: more accurate docstring (issue 35440044)
Date: Sat, 07 Dec 2013 15:53:57 +0000

Reviewers: thomasmorley651,

Message:
thanks for review!

pushed as

commit b85d375bf1912172c2df276784d7bdeef582f85e
Author: Janek WarchoĊ‚ <address@hidden>
Date:   Tue Jun 19 12:02:01 2012 +0200

    XY-extent: more accurate docstring

JAnek

Description:
XY-extent: more accurate docstring

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

Affected files (+4, -2 lines):
  M scm/define-grob-properties.scm


Index: scm/define-grob-properties.scm
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index 8fae43bcd121026770270c4b411ce3e2ffc289a4..cfa2cfb4c1ef6752e84a6be785a689ddd317111d 100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -1018,7 +1018,8 @@ texts.")
 ;;;
 ;;; x
 ;;;
-     (X-extent ,number-pair? "Hard coded extent in address@hidden")
+     (X-extent ,number-pair? "Extent (size) in the address@hidden,
+measured in staff-space units, relative to object's reference point.")
      (X-offset ,number? "The horizontal amount that this object is
 moved relative to its X-parent.")
      (X-positions ,number-pair? "Pair of X staff coordinates of a spanner
@@ -1029,7 +1030,8 @@ in the form @code{(@var{left} . @var{right})}, where both @var{left} and
 ;;;
 ;;; y
 ;;;
-     (Y-extent ,number-pair? "Hard coded extent in address@hidden")
+     (Y-extent ,number-pair? "Extent (size) in the address@hidden,
+measured in staff-space units, relative to object's reference point.")
      (Y-offset ,number? "The vertical amount that this object is moved
 relative to its Y-parent.")




reply via email to

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