]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/molecule.hh
* Documentation/user/music-glossary.itely: add Finnish author.
[lilypond.git] / lily / include / molecule.hh
index eedacf62a9fd1c9f01de291b6f171b6b306059cb..78aace7bd3f72cd26a2bc876ec24641a6605a3f6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MOLECULE_HH
 #define MOLECULE_HH
@@ -71,7 +71,7 @@ public:
      codify THIS into a Scheme expression.
    */
   SCM create_scheme () const;
-  bool empty_b () const;
+  bool is_empty () const;
 
 
   static SCM ly_get_molecule_extent (SCM mol, SCM axis);
@@ -83,7 +83,7 @@ public:
 DECLARE_UNSMOB(Molecule,molecule);
 SCM fontify_atom (Font_metric const*, SCM atom);
 
-Molecule create_molecule (SCM brew_molecule);
+Molecule create_molecule (SCM print);