X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=577b9d2925ceafa29e5dcaf89355275d6600b711;hb=29640aafbf7ad7b2191813c4c16d282f15a127fd;hp=d7b602afe72f2b852f01a2659a1b81e5536c291d;hpb=ca5ffa906698b69799dffc2461de29762847a11c;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index d7b602afe7..577b9d2925 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -84,6 +84,7 @@ a sequential iterator. Takes a single music parameter.") (figure ,integer? "A bass figure.") (force-accidental ,boolean? "If set, a cautionary accidental should always be printed on this note.") + (forced-type ,symbol? "Override for the part-combiner.") (grob-property ,symbol? "The symbol of the grob property to set.") (grob-property-path ,list? "A list of symbols, locating a nested grob @@ -147,6 +148,7 @@ e.g., @code{cue}.") direct quotes to, e.g., @code{Voice}.") (quoted-events ,vector? "A vector of with @code{moment} and @code{event-list} entries.") + (quoted-music-clef ,string? "The clef of the voice to quote.") (quoted-music-name ,string? "The name of the voice to quote.") (quoted-transposition ,ly:pitch? "The pitch used for the quote, overriding @code{\\transposition}.")