X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=dab5211f14372444171626f23fb0ef3120175ee8;hb=eefefc514a3a42718ee29db04c345e8593c15273;hp=3b3f369c872228795e439f49217d8f1f957c5d7c;hpb=f86f00c1a8de0f034ba48506de2801c074bd5422;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 3b3f369c87..dab5211f14 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.") @@ -353,10 +358,13 @@ is used for ottava brackets.") half staff-spaces. Usually determined by looking at @code{middleCClefPosition} and @code{middleCOffset}.") (midiInstrument ,string? "Name of the MIDI instrument to use.") + (midiMergeUnisons ,boolean? "If true, output only one MIDI note-on +event when notes with the same pitch, in the same MIDI-file track, overlap.") (midiMaximumVolume ,number? "Analogous to @code{midiMinimumVolume}.") (midiMinimumVolume ,number? "Set the minimum loudness for MIDI. Ranges from 0 to@tie{}1.") + (midiChannelMapping ,symbol? "How to map MIDI channels: per @code{instrument} (default), @code{staff} or @code{voice}.") (minimumFret ,number? "The tablature auto string-selecting mechanism selects the highest string with a fret at least @code{minimumFret}.") @@ -417,7 +425,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}.")