]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / lily / stem.cc
index bbb7310fd4e2f74396913df05667adf01a508eeb..05bddd33561fbdc5fbdfea2cec5a1390c9da0ed4 100644 (file)
@@ -335,6 +335,10 @@ Stem::get_default_stem_end_position (Grob*me)
   Interval hp = head_positions (me);  
   Real st = hp[dir] + dir * length_f;
 
+
+  /*
+    TODO: change name  to extend-stems to staff/center/'()
+  */
   bool no_extend_b = to_boolean (me->get_grob_property ("no-stem-extend"));
   if (!grace_b && !no_extend_b && dir * st < 0) // junkme?
     st = 0.0;