From: Francisco Vila Date: Thu, 16 Oct 2008 12:11:03 +0000 (+0200) Subject: Doc: element is a property. X-Git-Tag: release/2.11.63-1~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3bf716d4633d59309fb977010ec4363e757024e;p=lilypond.git Doc: element is a property. --- diff --git a/Documentation/user/programming-interface.itely b/Documentation/user/programming-interface.itely index c3b8cd61bd..6327a5e19c 100644 --- a/Documentation/user/programming-interface.itely +++ b/Documentation/user/programming-interface.itely @@ -439,7 +439,7 @@ under @rinternals{Music properties}. A compound music expression is a music object that contains other music objects in its properties. A list of objects can be stored in the @code{elements} property of a music object, or a single @q{child} -music object in the @code{element} object. For example, +music object in the @code{element} property. For example, @rinternals{SequentialMusic} has its children in @code{elements}, and @rinternals{GraceMusic} has its single argument in @code{element}. The body of a repeat is stored in the @code{element}