X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=lily%2Fmelody-spanner.cc;h=2dbcd56cabc5eba65d7d1a389ff39ffc2a9b9127;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=a3e185bbdbd7fd3671a56da1392f3b7c3a3db8fe;hpb=d2300573cae3c1920400d040faddd33f17b43c2d;p=lilypond.git diff --git a/lily/melody-spanner.cc b/lily/melody-spanner.cc index a3e185bbdb..2dbcd56cab 100644 --- a/lily/melody-spanner.cc +++ b/lily/melody-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ @@ -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 " + );