]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-engraver.cc
(class Phrasing_slur_engraver):
[lilypond.git] / lily / staff-symbol-engraver.cc
index adee8fabe5159e863770896aebd0d63832dfd193..32179bb746818dc5b44281b5a01c1c4d21cf4750 100644 (file)
@@ -111,11 +111,11 @@ Staff_symbol_engraver::acknowledge_grob (Grob_info s)
 }
 
 #include "translator.icc"
-ADD_ACKNOWLEDGER(Staff_symbol_engraver,grob);
+ADD_ACKNOWLEDGER (Staff_symbol_engraver,grob);
 ADD_TRANSLATOR (Staff_symbol_engraver,
-               /* descr */ "Create the constellation of five (default) "
+               /* doc */ "Create the constellation of five (default) "
                "staff lines.",
-               /* creats*/ "StaffSymbol",
-               /* accepts */ "staff-span-event",
-               /* reads */ "",
+               /* creat*/ "StaffSymbol",
+               /* accept */ "staff-span-event",
+               /* read */ "",
                /* write */ "");