From 9f6f781a90c7901a8daafcadbfb088494587e14b Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 27 Jul 2010 00:13:54 +0100 Subject: [PATCH] Remove unused properties. --- lily/score-engraver.cc | 3 +-- lily/system.cc | 1 - scm/define-grob-properties.scm | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lily/score-engraver.cc b/lily/score-engraver.cc index 44b5abf4b5..3f4d3dc97a 100644 --- a/lily/score-engraver.cc +++ b/lily/score-engraver.cc @@ -200,8 +200,7 @@ ADD_TRANSLATOR_GROUP (Score_engraver, /* read */ "currentMusicalColumn " - "currentCommandColumn " - "verticallySpacedContexts ", + "currentCommandColumn ", /* write */ "" diff --git a/lily/system.cc b/lily/system.cc index 8571cf35f9..f169b8a5d0 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -672,6 +672,5 @@ ADD_INTERFACE (System, "columns " "labels " "pure-Y-extent " - "skyline-distance " "skyline-horizontal-padding " ); diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index a69a603654..7eff40e957 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -1054,8 +1054,6 @@ quanting.") acts as an index for looking up a @code{Stencil} object.") (shorten ,ly:dimension? "The amount of space that a stem is shortened. Internally used to distribute beam shortening over stems.") - (skyline-distance ,number? "The distance between this staff and the -next one, as determined by a skyline algorithm.") (stem-info ,pair? "A cache of stem parameters.") (system-Y-offset ,number? "The Y-offset (relative to the bottom of the top-margin of the page) of the system to which this staff belongs.") -- 2.39.5