X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=6c8b01881ac89b6ec989b3704fdede6f549f7dc3;hb=24bdff1e3d1639f8e6ebfc9611f38ea2c13be262;hp=dac42fd3e234146071413217a163f6de93c41c04;hpb=3dd2729c9b45d88b531874a342e3b18ef516ded8;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index dac42fd3e2..6c8b01881a 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -588,8 +588,12 @@ detected.") middle@tie{}C in octavation brackets.") + (quotedCueEventTypes ,list? "A list of symbols, representing the +event types that should be duplicated for @code{\\cueDuring} commands.") (quotedEventTypes ,list? "A list of symbols, representing the -event types that should be duplicated for @code{\\quote} commands.") +event types that should be duplicated for @code{\\quoteDuring} commands. +This is also a fallback for @code{\\cueDuring} if @code{quotedCueEventTypes} +is not set") ; (quotes ,hash-table? "A hash table, mapping names to ;@code{music-event} vectors.")