]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: IR: Document the `class' music property
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 9 Jul 2009 22:33:34 +0000 (15:33 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 9 Jul 2009 22:33:34 +0000 (15:33 -0700)
scm/define-music-properties.scm

index 6daf65bef6bc5109470b7c833b702d53284a88d0..b4ec5a33e9aa3fa83d397d7bdbd00f1a16071585 100644 (file)
@@ -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.")