]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/molecule.hh
''
[lilypond.git] / lily / include / molecule.hh
index 9d9ac24b942f46eb3b4aa47a59d43cfc26078dd0..fd4833d71fe3b7c65d172f91bdd72ecde9007cfb 100644 (file)
     init the molecule, we assume that
     DIMENSIONS = (Interval (0,0),Interval (0,0)
 */
-class Molecule {
+class Molecule
+{
+  friend SCM ly_set_molecule_extent_x (SCM, SCM, SCM);
+  
   Box dim_;
   SCM expr_;