From 08ba4aa29e033ea13939f20f0b10296db99bd874 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 10 Aug 2002 09:20:31 +0000 Subject: [PATCH] more extent renaming. cygwin hint mod. --- ChangeLog | 6 +++++- cygwin/lilypond.hint | 2 +- scm/grob-property-description.scm | 12 ++++++------ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84ac5bac2b..b7c1a415c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-10 Jan Nieuwenhuizen + + * scm/grob-property-description.scm: more extent renaming. + 2002-08-09 Han-Wen Nienhuys * lily/parse-scm.cc (protected_ly_parse_scm): compatibility with @@ -7,7 +11,7 @@ * scripts/convert-ly.py: add extent rule. - * lily/grob.cc: chang extent-[XY] to [XY]-extent globally. + * lily/grob.cc: change extent-[XY] to [XY]-extent globally. 2002-08-09 Jan Nieuwenhuizen diff --git a/cygwin/lilypond.hint b/cygwin/lilypond.hint index 182ce0dd26..4e9dcf9a37 100644 --- a/cygwin/lilypond.hint +++ b/cygwin/lilypond.hint @@ -2,7 +2,7 @@ sdesc: "A program for printing sheet music" category: Publishing requires: bash libguile14 libiconv2 libintl2 libkpathsea3 python tetex-bin tetex-tiny #requires: tetex-bin, tetex-tiny | tetex-base -#suggests: emacs gsview lilypond-doc rxvt XFree86 +#suggests: emacs gsview lilypond-doc rxvt tetex-x11 XFree86-serv ldesc: "A program for printing sheet music. LilyPond prints beautiful sheet music. It produces music notation from a description file. It excels at typesetting classical music, but diff --git a/scm/grob-property-description.scm b/scm/grob-property-description.scm index 52cb8bf0be..564a9bc9db 100644 --- a/scm/grob-property-description.scm +++ b/scm/grob-property-description.scm @@ -174,10 +174,10 @@ mean centre distance weighted per note (grob-property-description 'edge-text pair? "a cons that specifies the texts to be set at the edges '(LEFT-text . RIGHT-text).") (grob-property-description 'elements grob-list? "list of grobs, type depending on the Grob where this is set in.") (grob-property-description 'expand-limit integer? "maximum number of measures expanded in church rests.") -(grob-property-description 'extra-extent-X number-pair? "enlarge in X dimension by this much, measured in staff space.") -(grob-property-description 'extra-extent-Y number-pair? "see @code{extra-extent-Y}.") -(grob-property-description 'extent-X number-pair? "Store extent. internal use only. ") -(grob-property-description 'extent-Y number-pair? "Store extent. internal use only. ") +(grob-property-description 'extra-X-extent number-pair? "enlarge in X dimension by this much, measured in staff space.") +(grob-property-description 'extra-Y-extent number-pair? "see @code{extra-extent-Y}.") +(grob-property-description 'X-extent number-pair? "Store extent. internal use only. ") +(grob-property-description 'Y-extent number-pair? "Store extent. internal use only. ") (grob-property-description 'extra-offset number-pair? "pair of reals (a cons) forcing an extra offset before outputting. @code{extra-offset} is added just before `printing' the grob, so the @@ -287,8 +287,8 @@ The alist contains the following entries: name, interfaces. ") (grob-property-description 'minimum-distance number? "minimum distance between notes and rests.") (grob-property-description 'minimum-distances list? "list of rods (ie. (OBJ . DIST) pairs).") -(grob-property-description 'minimum-extent-X number-pair? "minimum size in X dimension, measured in staff space.") -(grob-property-description 'minimum-extent-Y number-pair? "see @code{minimum-extent-Y}.") +(grob-property-description 'minimum-X-extent number-pair? "minimum size in X dimension, measured in staff space.") +(grob-property-description 'minimum-Y-extent number-pair? "see @code{minimum-X-extent}.") (grob-property-description 'minimum-length number? "try to make the Grob at least this long. -- 2.39.5