]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-internal-translation-properties): remove tweakCount/tweakRank.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 19 Jul 2005 00:08:00 +0000 (00:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 19 Jul 2005 00:08:00 +0000 (00:08 +0000)
ChangeLog
scm/define-context-properties.scm

index d081ba64b31963a0760f3705f4d40a6963a7f08e..63eb4926174f6cce411ac49bca1b17bf5576ac8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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.
 
index e63dd9675a023f8f3ddd558143b72db5e175e23a..6cf862af69c60cd383aa1ea8955d8cfb680051fc 100644 (file)
@@ -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