X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fchord-name-engraver.cc;h=f8858998a1d963669bc18d37f1ccc3d0aa8b6d43;hb=09bf9a18185476020686ff65b5d70b57051be780;hp=20752ae2f7f7b4c368af7120c2c323577b1281e7;hpb=cc676c5aadd45985251b5d60fa23eed1ed98f6e6;p=lilypond.git diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc index 20752ae2f7..f8858998a1 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--2006 Jan Nieuwenhuizen + (c) 1998--2009 Jan Nieuwenhuizen */ #include "chord-name.hh" @@ -138,10 +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", - /* accept */ "note-event", - /* 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 */ + "" + );