]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tab-harmonic-engraver.cc
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
[lilypond.git] / lily / tab-harmonic-engraver.cc
index 1faa1141444fe76e00e128ee6bd93579151890fc..10fc13f57964f20bc867b562fd4345ff20d533da 100644 (file)
@@ -64,10 +64,16 @@ Tab_harmonic_engraver::acknowledge_note_head (Grob_info info)
 
 ADD_ACKNOWLEDGER (Tab_harmonic_engraver, note_head);
 ADD_TRANSLATOR (Tab_harmonic_engraver,
-               /* doc */ "Parenthesize objects whose music cause has the @code{parenthesize} "
-               "property.",
+               /* doc */
+               "In a tablature, parenthesize objects whose music cause has "
+               "the @code{parenthesize} property.",
                
                /* create */
                "HarmonicParenthesesItem ",
-               /* read */ "",
-               /* write */ "");
+
+               /* read */
+               "",
+
+               /* write */
+               ""
+               );