]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/molecule.hh
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / lily / include / molecule.hh
index 9d9ac24b942f46eb3b4aa47a59d43cfc26078dd0..a1b887066f840c23c0d782e9324bdebc887a0436 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_;
   
@@ -86,7 +89,7 @@ public:
 
 
 DECLARE_UNSMOB(Molecule,molecule);
-SCM fontify_atom (Font_metric*, SCM atom);
+SCM fontify_atom (Font_metric const*, SCM atom);
 
 Molecule create_molecule (SCM brew_molecule);