]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fixes documentation.
authorHeikki Junes <heikki.junes@hut.fi>
Thu, 28 Nov 2002 12:38:44 +0000 (12:38 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Thu, 28 Nov 2002 12:38:44 +0000 (12:38 +0000)
ChangeLog
input/test/to-xml.ly
lily/ligature-engraver.cc

index ed8ae59f1b0fd16d6da728c38aed92e1ea7bbbb7..fe3a11b3671e7df936de40b81766287189df10cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/to-xml.ly:
+       * lily/ligature-engraver.cc: Fixes documentation.
+
 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
index 204215835c7c651c01548f506562fe508aac72f6..e093d8c922927638ba328c3ade35eda2198e350c 100644 (file)
@@ -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))
index 31529c820cb197d463b63a0e675bb0dfc5db113c..6e282805d2ac944148abf076e44d3befeee43200 100644 (file)
@@ -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 */       "",