]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melody-spanner.cc
Run `make grand-replace'.
[lilypond.git] / lily / melody-spanner.cc
index a3e185bbdbd7fd3671a56da1392f3b7c3a3db8fe..826364bb7e79c9f7d2c89cf07bc03893af2aac82 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -95,7 +95,9 @@ Melody_spanner::add_stem (Grob *me, Grob *stem)
 ADD_INTERFACE (Melody_spanner,
               "Context dependent typesetting decisions.",
 
+              /* properties */
               "stems "
-              "neutral-direction ");
+              "neutral-direction "
+              );