]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitched-trill-engraver.cc
ADD_TRANSLATOR: Formatting, fix typos, add some doc strings.
[lilypond.git] / lily / pitched-trill-engraver.cc
index daa3bee42c772b37f6e4e53f90fbd3e4e42b68a6..3104b48ce02b1ba3ad1b0224eb5de04edf2c3d79 100644 (file)
@@ -140,13 +140,16 @@ ADD_ACKNOWLEDGER (Pitched_trill_engraver, trill_spanner);
 
 ADD_TRANSLATOR (Pitched_trill_engraver,
                /* doc */
-               "Print the bracketed notehead after a notehead with trill.",
+               "Print the bracketed note head after a note head with trill.",
 
                /* create */
                "TrillPitchHead "
                "TrillPitchAccidental "
                "TrillPitchGroup ",
 
-               /* read */ "",
+               /* read */
+               "",
 
-               /* write */ "");
+               /* write */
+               ""
+               );