From 312834da509af7b104e1df859e03428a9bc50401 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Wed, 19 Jun 2013 11:42:27 +0200 Subject: [PATCH] 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. --- scm/define-grob-properties.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.") -- 2.39.2