X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftranslator-description.scm;h=ee58d6ba18e132743138c700a50bfce2334c8f5b;hb=0af6d4cb04fa3e4aa69a7aecb76034e4cb1ec49b;hp=61badb5ef96434fc42661599cc7344a119d40c3d;hpb=ef0696c47e7b5e3f7f2b018bca3d9eaef62439b0;p=lilypond.git diff --git a/scm/translator-description.scm b/scm/translator-description.scm index 61badb5ef9..ee58d6ba18 100644 --- a/scm/translator-description.scm +++ b/scm/translator-description.scm @@ -148,14 +148,13 @@ given in an @code{\alternative}. "Determine and set reference point for pitches" '(Clef OctavateEight) (list - (translator-property-description 'supportedClefTypes - list? "Clef settings supported. The value is an association list contain entries (NAME . (GLYPH . POSITION)), where NAME is the clef name (alto, baritone, etc.), GLYPH the glyph name, POSITION an integer where the center symbol should go.") - (translator-property-description 'clefPosition number? " where the center of the symbol should go") - (translator-property-description 'clefGlyph string? "name of the symbol within the music font") - (translator-property-description 'centralCPosition number? "place of the central C. ") - (translator-property-description 'defaultClef string? "generate this clef at the very start of this staff. If not set, don't generate a clef") - (translator-property-description 'explicitClefVisibility procedure? "visibility-lambda function for clefs entered as \clef.") - (translator-property-description 'clefPitches list? "alist mapping GLYPHNAME to the position of the central C for that symbol") + (translator-property-description 'clefPosition number? "Where should the center of the symbol go?") + (translator-property-description 'clefGlyph string? "Name of the symbol within the music font") + (translator-property-description 'centralCPosition number? "Place of the central C. Usually determined by looking at clefPosition and clefGlyph.") + (translator-property-description 'clefOctavation integer? "Add +this much extra octavation. Values of 7 and -7 are common.") + (translator-property-description 'explicitClefVisibility procedure? "visibility-lambda function for clef changes.") + (translator-property-description 'clefPitches list? "an alist mapping GLYPHNAME to the position of the central C for that symbol") )))