]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
* flower
[lilypond.git] / lily / include / stem-info.hh
index 3a47067455f7505228bc8b92f924a9de6cc8597d..0240c65d7792073373dd847d0964845d3a51765f 100644 (file)
@@ -6,7 +6,6 @@
   (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-
 #ifndef STEM_INFO_HH
 #define STEM_INFO_HH
 
 /*
   Parameters for a stem, (multiply with stemdirection, to get real values
   for a downstem.)
- */
-struct Stem_info 
+*/
+struct Stem_info
 {
   Direction dir_;
   Real ideal_y_;
   Real shortest_y_;
-  Stem_info();
-void  scale (Real);
+  Stem_info ();
+  void scale (Real);
 };
 
 #endif // STEM_INFO_HH