]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
release: 1.1.50
[lilypond.git] / lily / include / beam.hh
index 1fdb8362a61a61eb5c9050b48ef5a4f2376911f9..e8458196eb96efb746346811e250d7dad438bdd2 100644 (file)
@@ -35,7 +35,10 @@ public:
   enum Dir_algorithm { /* DOWN=-1, UP=1, */ MAJORITY=2, MEAN, MEDIAN };
 
   Link_array<Stem> stems_;
-  /// the slope of the beam in posns / point (dimension)   
+  /**
+     the slope of the beam in (staffpositions) per (X-dimension, in PT).
+     UGH. standardise this for once and for all.
+   */
   Real slope_f_;
 
   /// position of leftmost end of beam