X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-music-properties.scm;h=f20952b56fe75bb926df362d80b14e68c24237cf;hb=5e8d9233d3276215e643ebc414c1701308e03dad;hp=42525bb8b290165191918a0b638aa5699d291174;hpb=058370efc7e9710f149d0f444328bb1fcd7bdec1;p=lilypond.git diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm index 42525bb8b2..f20952b56f 100644 --- a/scm/define-music-properties.scm +++ b/scm/define-music-properties.scm @@ -39,7 +39,9 @@ lettering should be incremented.") TODO: Consider making type into symbol.") (articulations ,ly:music-list? "Articulation events specifically for this note.") - (associated-context ,string? "Name of the Voice context associated with + (associated-context ,string? "Name of the context associated with +this @code{\\lyricsto} section.") + (associated-context-type ,symbol? "Type of the context associated with this @code{\\lyricsto} section.") (augmented ,boolean? "This figure is for an augmented figured bass (with @code{+} sign).")