From: David Kastrup Date: Wed, 19 Jun 2013 09:42:27 +0000 (+0200) Subject: Issue 3414: Mark c0-position as an internal grob property X-Git-Tag: release/2.17.21-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=312834da509af7b104e1df859e03428a9bc50401;p=lilypond.git Issue 3414: Mark c0-position as an internal grob property Since its value is explicitly initialized from either middleCClefPosition or middleCPosition for the relevant grobs KeySignature and KeyCancellation, overriding or tweaking it has no visible effect. --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 85f9dc8c41..f42f0e8edb 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -171,8 +171,6 @@ when a spanner is broken at a line break.") ;;; ;;; c ;;; - (c0-position ,integer? "An integer indicating the position of -middle@tie{}C.") (circled-tip ,boolean? "Put a circle at start/@/end of hairpins (al/@/del niente).") (clip-edges ,boolean? "Allow outward pointing beamlets at the @@ -1077,6 +1075,8 @@ column as start/@/begin point. Only columns that have grobs or act as bounds are spaced.") (bracket ,ly:grob? "The bracket for a number.") + (c0-position ,integer? "An integer indicating the position of +middle@tie{}C.") (columns ,ly:grob-array? "An array of grobs, typically containing @code{PaperColumn} or @code{NoteColumn} objects.") (concurrent-hairpins ,ly:grob-array? "All concurrent hairpins.")