]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / chord-name-engraver.cc
index 67a9bf1d90067cf654af4346bf5c8412aabbdcae..a9a2744c9f3507de6c24aea19a156e7f07c22408 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "chord-name.hh"
@@ -138,9 +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.",
-               /* create */ "ChordName",
-               /* read */ "chordChanges chordNameExceptions chordNameFunction "
-               "chordNoteNamer chordRootNamer chordNameExceptions majorSevenSymbol",
-               /* write */ "");
+               /* doc */
+               "Catch note events and generate the appropriate chordname.",
+
+               /* create */
+               "ChordName ",
+
+               /* read */
+               "chordChanges "
+               "chordNameExceptions "
+               "chordNameFunction "
+               "chordNoteNamer "
+               "chordRootNamer "
+               "chordNameExceptions "
+               "majorSevenSymbol ",
+
+               /* write */
+               ""
+               );