From: Heikki Junes Date: Thu, 28 Nov 2002 12:38:44 +0000 (+0000) Subject: Fixes documentation. X-Git-Tag: release/1.7.9~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00752686df0155b1e46955ebf65fc76624b28834;p=lilypond.git Fixes documentation. --- diff --git a/ChangeLog b/ChangeLog index ed8ae59f1b..fe3a11b367 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-28 Heikki Junes + + * input/test/to-xml.ly: + * lily/ligature-engraver.cc: Fixes documentation. + 2002-11-27 Jan Nieuwenhuizen * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of diff --git a/input/test/to-xml.ly b/input/test/to-xml.ly index 204215835c..e093d8c922 100644 --- a/input/test/to-xml.ly +++ b/input/test/to-xml.ly @@ -2,7 +2,7 @@ fooBar = \notes { < c''4 \\ g'4 > } -#(ly:set-parse-protect #f) +#(ly:set-option 'parse-protect #f) #(load-from-path "to-xml.scm") #(music-to-xml fooBar (current-output-port)) diff --git a/lily/ligature-engraver.cc b/lily/ligature-engraver.cc index 31529c820c..6e282805d2 100644 --- a/lily/ligature-engraver.cc +++ b/lily/ligature-engraver.cc @@ -185,7 +185,7 @@ Ligature_engraver::acknowledge_grob (Grob_info info) ENTER_DESCRIPTION (Ligature_engraver, /* descr */ "Abstract class; a concrete subclass handles Ligature_events by engraving Ligatures in a concrete style.", -/* creats*/ "Ligature", +/* creats */ "Ligature_engraver", /* accepts */ "ligature-event abort-event", /* acks */ "ligature-head-interface rest-interface", /* reads */ "",