]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-context-properties.scm
Docs: Remove obsolete FIXME
[lilypond.git] / scm / define-context-properties.scm
index 59ea0820e6c13010be8f24dcb27884f765c5ba1b..24bd6ddf605efc10d269af9009ec3142d53eff00 100644 (file)
@@ -55,8 +55,8 @@ Each entry in the list is either a symbol or a procedure.
 
 @item symbol
 The symbol is the name of the context in which the following rules are to be
-applied. For example, if @var{context} is @internalsref{Score} then all
-staves share accidentals, and if @var{context} is @internalsref{Staff} then
+applied. For example, if @var{context} is @rinternals{Score} then all
+staves share accidentals, and if @var{context} is @rinternals{Staff} then
 all voices in the same staff share accidentals, but staves do not.
 
 @item procedure
@@ -236,6 +236,8 @@ for the full staff.")
 
      (harmonicAccidentals ,boolean? "If set, harmonic notes in chords
 get accidentals.")
+     (harmonicDots ,boolean? "If set, harmonic notes in dotted chords get
+dots.")
      (highStringOne ,boolean? "Whether the first string is the string
 with highest pitch on the instrument.  This used by the automatic
 string selector for tablature notation.")