X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fchord-name-engraver.cc;h=a9a2744c9f3507de6c24aea19a156e7f07c22408;hb=f0bd72f53dca7b79853a70007e53f31d7e21ac76;hp=274e3ec3904cc71810bf2ba4bbe343d37d8c1296;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc index 274e3ec390..a9a2744c9f 100644 --- a/lily/chord-name-engraver.cc +++ b/lily/chord-name-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Jan Nieuwenhuizen + (c) 1998--2008 Jan Nieuwenhuizen */ #include "chord-name.hh" @@ -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 */ + "" + );