From b81dd6559063addf8bab1dff9619c49a5309a16b Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 19 Jul 2005 00:08:00 +0000 Subject: [PATCH] (all-internal-translation-properties): remove tweakCount/tweakRank. --- ChangeLog | 3 +++ scm/define-context-properties.scm | 8 +++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d081ba64b3..63eb492617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-07-19 Han-Wen Nienhuys + * scm/define-context-properties.scm + (all-internal-translation-properties): remove tweakCount/tweakRank. + * scm/output-lib.scm (begin-of-line-invisible): use vectors for predefined break-visibilities. diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index e63dd9675a..6cf862af69 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -185,9 +185,9 @@ This variable is read by @internalsref{Timing_translator} at (doubleSlurs ,boolean? "When set, two slurs are created for every slurred note, one above and one below the chord.") - (explicitClefVisibility ,procedure? "@samp{break-visibility} function for clef changes.") + (explicitClefVisibility ,vector? "@samp{break-visibility} function for clef changes.") - (explicitKeySignatureVisibility ,procedure? + (explicitKeySignatureVisibility ,vector? "@samp{break-visibility} function for explicit key changes. @samp{\\override} of the @code{break-visibility} property will set the visibility for normal (i.e. at the start of the line) key signatures.") @@ -494,7 +494,7 @@ context.") (lastKeySignature ,list? "Last key signature before a key signature change.") - + (rootSystem ,ly:grob? "The System object") (scriptDefinitions ,list? "Description of scripts. This is used by Script_engraver for typesetting note-super/subscripts. See @file{scm/script.scm} for more information @@ -507,8 +507,6 @@ event types that should be duplicated for @code{\\quote} commands.") (instrumentSupport ,grob-list? "list of grobs to attach instrument name to.") (tieMelismaBusy ,boolean? "Signal whether a tie is present.") - (tweakCount ,number? "Number of otherwise unique Contexts.") - (tweakRank ,number? "Identify otherwise unique Contexts.") ))) (define-public all-translation-properties -- 2.39.5