]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melody-spanner.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / melody-spanner.cc
index a3e185bbdbd7fd3671a56da1392f3b7c3a3db8fe..4d1cc67ae9a4368d12277867ae96dc3d41919384 100644 (file)
@@ -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 "
+              );