From: Patrick McCarty Date: Thu, 9 Jul 2009 22:33:34 +0000 (-0700) Subject: Docs: IR: Document the `class' music property X-Git-Tag: release/2.13.4-1~368 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6fc69ffb7a98c58de73146e82c784ad14b68112;p=lilypond.git Docs: IR: Document the `class' music property --- diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index 6daf65bef6..b4ec5a33e9 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -49,6 +49,9 @@ TODO: Use SpanEvents?") cautionary accidental.") (change-to-id ,string? "Name of the context to change to.") (change-to-type ,symbol? "Type of the context to change to.") + (class ,symbol? "The music class used for a music expression, +or the event class used for a stream event. The list of classes +is found in @ref{Music classes}.") (compress-procedure ,procedure? "Compress this music expression. Arg@tie{}1: the music, arg@tie{}2: factor.") (context-id ,string? "Name of context.")