lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lilypond ./ChangeLog input/test/to-xml.ly lily/...


From: Han-Wen Nienhuys
Subject: lilypond ./ChangeLog input/test/to-xml.ly lily/...
Date: Thu, 28 Nov 2002 16:15:21 +0100

address@hidden 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   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]