From: Han-Wen Nienhuys Date: Tue, 19 Jul 2005 00:08:00 +0000 (+0000) Subject: (all-internal-translation-properties): remove tweakCount/tweakRank. X-Git-Tag: release/2.7.1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=913429feec49fd5492b7c7073f325e5f1e88a00e;p=lilypond.git (all-internal-translation-properties): remove tweakCount/tweakRank. --- 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