From 3c1cac31da7bb842c6b0153e16e8ced7bd9f0959 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:01:59 +0000 Subject: [PATCH] lilypond-1.5.1 --- scm/translator-description.scm | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/scm/translator-description.scm b/scm/translator-description.scm index b56382bfe9..f53a0a0ebe 100644 --- a/scm/translator-description.scm +++ b/scm/translator-description.scm @@ -129,17 +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 @@ -291,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 @@ -357,7 +329,7 @@ If omitted, then dots appear on top of the notes. '() '( automaticPhrasing - weAreGraceContext + melismaEngraverBusy associatedVoice phrasingPunctuation @@ -775,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 -- 2.39.2