[EMAIL PROTECTED] writes:
> Modified files:
>       .              : ChangeLog 
>       input/test     : to-xml.ly 
>       lily           : ligature-engraver.cc 

>   ENTER_DESCRIPTION (Ligature_engraver,
>   /* descr */       "Abstract class; a concrete subclass handles Ligature_events by 
>engraving Ligatures in a concrete style.",
> ! /* creats*/       "Ligature",
> --- 185,191 ----
> ! /* creats */      "Ligature_engraver",

This fix  is incorrect. Ligature_engraver does not follow protocol. It
does

        Spanner *
        Ligature_engraver::create_ligature_spanner ()
        {
          return new Spanner (SCM_EOL);
        }


(it should do "new Spanner (get_property ("Ligature"))", or something
alike.)

If the engraver doesn't create anything (which is not the case, it
seems), then the /*creats */ entry should simply be empty.

-- 
Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to