X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=e9484ba19485df2358101d3ec824d3f5eff530c0;hb=e49d6df0e5302762e33717571c408615d74f705d;hp=439f68a72e08885eaf71919dfad4cf1a311d6437;hpb=fe4f33aca60ea7c58bc9196eac43b4acca1d4437;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 439f68a72e..e9484ba194 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -257,6 +257,11 @@ containing, in the correct order, the labels to be used for lettered frets in tablature.") + (glissandoMap ,list? "A map in the form of '((source1 . target1) +(source2 . target2) (sourcen . targetn)) showing the glissandi to +be drawn for note columns. The value '() will default to '((0 . 0) +(1 . 1) (n . n)), where n is the minimal number of note-heads in +the two note columns between which the glissandi occur.") (gridInterval ,ly:moment? "Interval for which to generate @code{GridPoint}s.") @@ -418,7 +423,9 @@ is set.") (restNumberThreshold ,number? "If a multimeasure rest has more measures than this, a number is printed.") - + (searchForVoice ,boolean? "Signal whether a search should be made +of all contexts in the context hierarchy for a voice to provide rhythms +for the lyrics.") (shapeNoteStyles ,vector? "Vector of symbols, listing style for each note head relative to the tonic (qv.) of the scale.") (shortInstrumentName ,markup? "See @code{instrumentName}.")