]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bow.cc
release: 0.1.57
[lilypond.git] / lily / bow.cc
index 7f73df520ce37746e61b144cd8179bd5a5df2a1a..9433f69a18d57bcc55f793e0c02e2b286c958680 100644 (file)
@@ -30,12 +30,6 @@ Bow::center () const
   return Offset (w/2,dy );
 }
 
-Real
-Bow::height_f () const
-{
-  return 0;
-}
-
 Molecule*
 Bow::brew_molecule_p () const
 {
@@ -59,3 +53,9 @@ Bow::brew_molecule_p () const
   return output;
 }
 
+Real
+Bow::height_f () const
+{
+  return 0;
+}
+