]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/translator-property-description.scm
*** empty log message ***
[lilypond.git] / scm / translator-property-description.scm
index 79f57f5b46490f14d2aebf87be8813caea6a293c..a216f88c53918d274f6ad549ad9bd34d3b05e09d 100644 (file)
@@ -156,9 +156,12 @@ into one staff.")
 (translator-property-description
  'chordNameFunction procedure?
  "The function that converts lists of pitches to chord names.")
+(translator-property-description
+ 'chordNoteNamer procedure?
+ "Function that converts from a pitch object to a text markup. Used for single pitches.")
 (translator-property-description
  'chordRootNamer procedure?
- "Function that converts from a pitch object to a text markup.")
+ "Function that converts from a pitch object to a text markup. Used for chords.")
 (translator-property-description
  'chordNameExceptions list?
  "Alist of chord exceptions. Contains (CHORD . MARKUP) entries.")