]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / chord-name-engraver.cc
index 274e3ec3904cc71810bf2ba4bbe343d37d8c1296..649c1455be7fa2df1212fed7c8a5e9d6d481ae0a 100644 (file)
@@ -138,16 +138,21 @@ Chord_name_engraver::stop_translation_timestep ()
   which properties are read depend on the chord naming function active.
 */
 ADD_TRANSLATOR (Chord_name_engraver,
-               /* doc */ "Catch note-events "
-               "and generate the appropriate chordname.",
+               /* doc */
+               "Catch note events and generate the appropriate chordname.",
 
-               /* create */ "ChordName",
-               /* read */ "chordChanges "
+               /* create */
+               "ChordName ",
+
+               /* read */
+               "chordChanges "
                "chordNameExceptions "
                "chordNameFunction "
                "chordNoteNamer "
                "chordRootNamer "
                "chordNameExceptions "
-               "majorSevenSymbol "
-               ,
-               /* write */ "");
+               "majorSevenSymbol ",
+
+               /* write */
+               ""
+               );