]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove unused properties.
authorNeil Puttock <n.puttock@gmail.com>
Mon, 26 Jul 2010 23:13:54 +0000 (00:13 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 26 Jul 2010 23:13:54 +0000 (00:13 +0100)
lily/score-engraver.cc
lily/system.cc
scm/define-grob-properties.scm

index 44b5abf4b501741a6fb5d51e2e4ec366781843ee..3f4d3dc97ac598aa88de0c6d41d9b2a4f02e920e 100644 (file)
@@ -200,8 +200,7 @@ ADD_TRANSLATOR_GROUP (Score_engraver,
                      
                      /* read */
                      "currentMusicalColumn "
-                     "currentCommandColumn "
-                     "verticallySpacedContexts ",
+                     "currentCommandColumn ",
 
                      /* write */
                      ""
index 8571cf35f9c2560231b892fbc6e22bbaa1e4bdf3..f169b8a5d0b18593b1da4b91c37c7c4485cee152 100644 (file)
@@ -672,6 +672,5 @@ ADD_INTERFACE (System,
               "columns "
               "labels "
               "pure-Y-extent "
-              "skyline-distance "
               "skyline-horizontal-padding "
               );
index a69a603654b39c0c28c35b3072e7923774312fb1..7eff40e9574a8751a63cd6267039e43ec3fcd0e2 100644 (file)
@@ -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.")