X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Ftranslator-description.scm;h=f53a0a0ebe0657f4478136b29a78726d210ef7d4;hb=5b6181075e3615dce049711973d3cd5caa60e5db;hp=bf10ef40e97bd4b1b9da417b0d370306c44586c8;hpb=60fdc53305e8628dad96b4ebea177bc6ee8d95cd;p=lilypond.git diff --git a/scm/translator-description.scm b/scm/translator-description.scm index bf10ef40e9..f53a0a0ebe 100644 --- a/scm/translator-description.scm +++ b/scm/translator-description.scm @@ -52,7 +52,7 @@ the beam engraver for overriding beaming." "Axis_group_engraver" "Group all objects created in this context in a VerticalAxisGroup spanner." '(VerticalAxisGroup) - '(CONTEXTNAMEVerticalExtent CONTEXTNAMEMinimumVerticalExtent CONTEXTNAMExtraVerticalExtent) + '(VerticalExtent MinimumVerticalExtent ExtraVerticalExtent) )) (cons @@ -98,15 +98,7 @@ interesting items (ie. note heads, lyric syllables and normal rests)" "Clef_engraver" "Determine and set reference point for pitches" '(Clef OctavateEight) - '( - clefPosition - clefGlyph - centralCPosition - clefOctavation - explicitClefVisibility - clefPitches - - ))) + '( clefPosition clefGlyph centralCPosition clefOctavation explicitClefVisibility ))) (cons 'A2_engraver @@ -137,18 +129,6 @@ up for the musicexpr called @code{one}, down for the musicexpr called unirhythm ))) - (cons - 'Align_note_column_engraver - (engraver-description - "Align_note_column_engraver" - "Generate object to put grace notes from left to right." - '(GraceAlignment) - '( - - graceAlignPosition - graceAccidentalSpace - ))) - (cons 'Arpeggio_engraver (engraver-description @@ -300,23 +280,6 @@ If omitted, then dots appear on top of the notes. - (cons - 'Grace_position_engraver - (engraver-description - "Grace_position_engraver" - "Attach a grace note alignment to a note-column " - '() - '( - ))) - - (cons - 'Grace_engraver_group - (engraver-description - "Grace_engraver_group" - "An engraver that creates a `shielded' context-tree with separate notion of time" - '() - '( - ))) (cons @@ -348,15 +311,7 @@ If omitted, then dots appear on top of the notes. "" '(KeySignature ) - '( - - keySignature - keyOctaviation - explicitKeySignatureVisibility - createKeyOnClefChange - keyAccidentalOrder - keySignature - ))) + '( keySignature explicitKeySignatureVisibility createKeyOnClefChange keyAccidentalOrder keySignature ))) (cons 'Lyric_engraver (engraver-description @@ -374,7 +329,7 @@ If omitted, then dots appear on top of the notes. '() '( automaticPhrasing - weAreGraceContext + melismaEngraverBusy associatedVoice phrasingPunctuation @@ -416,7 +371,7 @@ If omitted, then dots appear on top of the notes. measurePosition and currentBarNumber to determine what number to print over the MultiMeasureRest " '(MultiMeasureRest) - '( + '(currentBarNumber currentCommandColumn measurePosition ))) (cons @@ -463,8 +418,8 @@ to any Graphic objects that satisfies the predicate." (engraver-description "Piano_pedal_engraver" "Engrave piano pedal symbols." - '(SostenutoPedal SustainPedal UnaChordaPedal) - '(pedalSostenutoStrings pedalSustainStrings pedalUnaChordaStrings + '(SostenutoPedal SustainPedal UnaCordaPedal) + '(pedalSostenutoStrings pedalSustainStrings pedalUnaCordaStrings ))) (cons @@ -792,11 +747,13 @@ everything in the second thread. (define context-description-alist '( (Grace . " - The context for handling grace notes. It is instantiated + The context for handling grace notes. It used to be instantiated automatically when you use @code{\grace}. Basically, it is an `embedded' miniature of the Score context. Since this context needs special interaction with the rest of LilyPond, you should not explicitly instantiate it. + + DEPRECATED. ") (LyricsVoice . " Corresponds to a voice with lyrics. Handles the printing of a