X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fchord-name-engraver.cc;h=649c1455be7fa2df1212fed7c8a5e9d6d481ae0a;hb=60f1b9803323beff180758ebbe896d106c0aeb35;hp=274e3ec3904cc71810bf2ba4bbe343d37d8c1296;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc index 274e3ec390..649c1455be 100644 --- a/lily/chord-name-engraver.cc +++ b/lily/chord-name-engraver.cc @@ -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 */ + "" + );