X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdefine-context-properties.scm;h=e9acd9690713e8924844cda7d0ff90f3f565a16c;hb=55aad8c485e14d29d78eddc0782a5e9901c6bf2c;hp=f59a862f1532edfad257718f0df3446ce0a84bae;hpb=84e144718964f20c48ff8dccaea8de9741df07e4;p=lilypond.git diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index f59a862f15..e9acd96907 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -98,7 +98,7 @@ printed. @code{(#t . #f)} does not make sense. @end table") (autoBeamCheck ,procedure? "A procedure taking three -arguments, @var{context}, @var{dir} [start/stop (-1 or 1)], and +arguments, @var{context}, @var{dir} [start/@/stop (-1 or 1)], and @var{test} [shortest note in the beam]. A non-@code{#f} return value starts or stops the auto beam.") (autoBeaming ,boolean? "If set to true then beams are generated @@ -239,7 +239,7 @@ for a bass figure.") (figuredBassPlusDirection ,ly:dir? "Where to put plus signs relative to the main figure.") (fingeringOrientations ,list? "A list of symbols, containing -@samp{left}, @samp{right}, @samp{up} and/or @samp{down}. This list +@samp{left}, @samp{right}, @samp{up} and/@/or @samp{down}. This list determines where fingerings are put relative to the chord being fingered.") (firstClef ,boolean? "If true, create a new clef when starting a @@ -247,7 +247,7 @@ staff.") (followVoice ,boolean? "If set, note heads are tracked across staff switches by a thin line.") (fontSize ,number? "The relative size of all grobs in a context.") - (forbidBreak ,boolean? "If set to @code{##t}, prevent a line break + (forbidBreak ,boolean? "If set to @code{#t}, prevent a line break at this point.") (forceClef ,boolean? "Show clef symbol, even if it has not changed. Only active for the first clef after the property is set, not @@ -339,7 +339,7 @@ we had. This can be set manually to create incomplete measures.") (melismaBusyProperties ,list? "A list of properties (symbols) to determine whether a melisma is playing. Setting this property will influence how lyrics are aligned to notes. For example, if set to -@code{#'(melismaBusy beamMelismaBusy)}, only manual melismata and +@code{'(melismaBusy beamMelismaBusy)}, only manual melismata and manual beams are considered. Possible values include @code{melismaBusy}, @code{slurMelismaBusy}, @code{tieMelismaBusy}, and @code{beamMelismaBusy}.") @@ -477,7 +477,7 @@ subdivided at @code{baseMoment} positions by only drawing one beam over the beat (suggestAccidentals ,boolean? "If set, accidentals are typeset as cautionary suggestions over the note.") (systemStartDelimiter ,symbol? "Which grob to make for the start -of the system/staff? Set to @code{SystemStartBrace}, +of the system/@/staff? Set to @code{SystemStartBrace}, @code{SystemStartBracket} or @code{SystemStartBar}.") (systemStartDelimiterHierarchy ,pair? "A nested list, indicating the nesting of a start delimiters.") @@ -496,7 +496,7 @@ minute.") follow each other directly. This can be used for writing out arpeggios.") (timeSignatureFraction ,number-pair? "A pair of numbers, -signifying the time signature. For example, @code{#'(4 . 4)} is a +signifying the time signature. For example, @code{'(4 . 4)} is a 4/4 time signature.") (timeSignatureSettings ,cheap-list? "A nested alist of settings for time signatures. Contains elements for various time signatures. The @@ -570,7 +570,7 @@ are described in @rinternals{bar-line-interface}.") barcheck fail?") (beamMelismaBusy ,boolean? "Signal if a beam is present.") (busyGrobs ,list? "A queue of @code{(@var{end-moment} . -@var{GROB})} cons cells. This is for internal (C++) use only. This +@var{grob})} cons cells. This is for internal (C++) use only. This property contains the grobs which are still busy (e.g. note heads, spanners, etc.).") @@ -624,7 +624,7 @@ is not set") (scriptDefinitions ,list? "The description of scripts. This is used by the @code{Script_engraver} for typesetting note-superscripts -and subscripts. See @file{scm/script.scm} for more information.") +and subscripts. See @file{scm/@/script.scm} for more information.") (slurMelismaBusy ,boolean? "Signal if a slur is present.") (stavesFound ,grob-list? "A list of all staff-symbols found.")