]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
* lily/system.cc (uniquify_list): bugfix. This fixes spuriously
[lilypond.git] / lily / include / stencil.hh
index 41f495e9982c5935f08c278a694533e999a3fda5..0af30a3d634b2566e69918a2d8bd970da4bd20c0 100644 (file)
@@ -43,6 +43,11 @@ class Stencil
 {
   friend SCM ly_stencil_set_extent_x (SCM, SCM, SCM);
 
+  /*
+    This provides the reference point of the symbol, for example with
+    characters, it is on the base line of the character. Usually,
+    ORIGIN is inside DIM_
+   */
   Offset origin_;
   Box dim_;
   SCM expr_;