]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-engraver.cc
* python/convertrules.py (string_or_scheme): Fix spelling error
[lilypond.git] / lily / output-property-engraver.cc
index 6e1f44a10233e76ed13dfd67cb829ca67fbaa751..79785c85d3758e9ad7352cbfe7b8fd1ee6d24fcb 100644 (file)
@@ -80,9 +80,9 @@ Output_property_engraver::Output_property_engraver ()
 #include "translator.icc"
 ADD_ACKNOWLEDGER (Output_property_engraver,grob)
 ADD_TRANSLATOR (Output_property_engraver,
-/* descr */       "Interpret Music of Output_property type, and apply a function "
+/* doc */ "Interpret Music of Output_property type, and apply a function "
 " to any Graphic objects that satisfies the predicate.",
-/* creats*/       "",
-/* accepts */     "layout-instruction",
-/* reads */       "",
+/* create */ "",
+/* accept */ "layout-instruction",
+/* read */ "",
 /* write */       "");