X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fambitus.cc;h=85fb2978869c338590a47916ae1d4b2d93fcbdb6;hb=bbd867ad3a65bb46645152041289323e7b5da9a7;hp=1e6da083bc1d13ae654c0858d5a06aa1cd5b4a3c;hpb=44ad1d66c072e4d6545e75c769c86a460cb1df13;p=lilypond.git diff --git a/lily/ambitus.cc b/lily/ambitus.cc index 1e6da083bc..85fb297886 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--2009 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 , +ADD_INTERFACE (Ambitus, "The line between note heads for a pitch range.", - /* props */ + /* properties */ "join-heads " "note-heads " "thickness "