X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fambitus.cc;h=6d6b5b0aac51ac53585a56c646d8d5f3845825ba;hb=5b6e9e92849785962a1b1831eeef20e12af5d2d5;hp=2d88f61eae8e7ec66d987a6c0eaeb207e606ecb3;hpb=947a911aeb23664fd090f1a0ab83bfba7e291cb9;p=lilypond.git diff --git a/lily/ambitus.cc b/lily/ambitus.cc index 2d88f61eae..6d6b5b0aac 100644 --- a/lily/ambitus.cc +++ b/lily/ambitus.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2006 Juergen Reuter + (c) 2002--2007 Juergen Reuter */ #include "ambitus.hh" @@ -24,7 +24,7 @@ Ambitus::print (SCM smob) Item *me = (Item *) unsmob_grob (smob); Stencil stencil; - // join heads + // FIXME : should be Ambitus_line join heads extract_grob_set (me, "note-heads", heads); if (to_boolean (me->get_property ("join-heads")) && heads.size () > 1) @@ -68,10 +68,10 @@ Ambitus::print (SCM smob) return SCM_EOL; } -ADD_INTERFACE (Ambitus, "ambitus-interface", +ADD_INTERFACE (Ambitus, "The line between note heads for a pitch range.", - /* props */ + /* properties */ "join-heads " "note-heads " "thickness "