X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=a9ca43f9f710a54dcf8793545585c5b9b7600943;hb=5bc9118a9fca0752373f52b4aa7d599b8880862f;hp=77ad34698b9f555c92b2b998544a2f3eee27d5bd;hpb=30e1840bcc05a2d51f0742b0235a47bf0ef66f86;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 77ad34698b..a9ca43f9f7 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -426,8 +426,8 @@ the nesting of a start delimiters.") (tablatureFormat ,procedure? "A function formatting a tablature -note head; it takes a string number, a list of string tunings and a -@code{Pitch} object. It returns the text as a string.") +note head. Called with three arguments: string number, context and event. +It returns the text as a string.") (tempoWholesPerMinute ,ly:moment? "The tempo in whole notes per minute.") (tempoUnitCount ,number? "Count for specifying tempo.") @@ -546,7 +546,7 @@ signature change.") (localKeySignature ,list? "The key signature at this point in the measure. The format is the same as for @code{keySignature}, but can also contain @code{((@var{octave} . @var{name}) . (@var{alter} . -@var{barnumber}))} pairs. It is reset at every bar line.") +@var{barnumber}))} pairs.") (melismaBusy ,boolean? "Signifies whether a melisma is active.