From f6fc69ffb7a98c58de73146e82c784ad14b68112 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 9 Jul 2009 15:33:34 -0700 Subject: [PATCH] Docs: IR: Document the `class' music property --- scm/define-music-properties.scm | 3 +++ 1 file changed, 3 insertions(+) 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.") -- 2.39.5