X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=78a2dec6e1b71a89dd4624e9850180088e04b36b;hb=24dfb6b08ed4e47aeab35c46ddd9470aecd1e34a;hp=eb8cb54513f6fd9e5f5962e3df35f8218c67a805;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index eb8cb54513..78a2dec6e1 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -82,6 +82,7 @@ a sequential iterator. Takes a single music parameter.") "If true, a parsing error was found in this expression.") (figure ,integer? "A bass figure.") + (footnote-text ,markup? "Text to appear in a footnote.") (force-accidental ,boolean? "If set, a cautionary accidental should always be printed on this note.") (forced-type ,symbol? "Override for the part-combiner.") @@ -105,7 +106,7 @@ This property can only be defined as initializer in (line-break-permission ,symbol? "When the music is at top-level, whether to allow, forbid or force a line break.") - (metronome-count ,number? "How many beats in a minute?") + (metronome-count ,number-or-pair? "How many beats in a minute?") (name ,symbol? "Name of this music object.") (no-continuation ,boolean? "If set, disallow continuation lines.") @@ -157,6 +158,8 @@ or down-stem?") (repeat-count ,integer? "Do a @code{\\repeat} how often?") + (slash-count ,integer? "The number of slashes in a single-beat repeat. +If zero, signals a beat containing varying durations.") (span-direction ,ly:dir? "Does this start or stop a spanner?") (span-type ,symbol? "What kind of dynamic spanner should be created? Options are @code{'text} and @code{'hairpin}.")