From 462c7f08e2de5329871b61e74fa2cbe3485072f1 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 6 Jun 2009 11:15:15 +0200 Subject: [PATCH] Add missing full stops. --- scm/define-grob-properties.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 3c90fe8416..2816cb6fa8 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -113,7 +113,7 @@ for example, this is used to position grobs relative to the (visual) center of the bar line.") (break-align-anchor-alignment ,number? "Read by @code{ly:break-aligned-interface::calc-extent-aligned-anchor} for -aligning an anchor to a grob's extent") +aligning an anchor to a grob's extent.") (break-align-symbol ,symbol? "This key is used for aligning and spacing breakable items.") (break-align-symbols ,list? "A list of symbols that determine @@ -429,7 +429,7 @@ units.") (height-limit ,ly:dimension? "Maximum slur height: The longer the slur, the closer it is to this height.") (hide-tied-accidental-after-break ,boolean? "If set, an accidental -that appears on a tied note after a line break will not be displayed") +that appears on a tied note after a line break will not be displayed.") (horizontal-shift ,integer? "An integer that identifies ranking of @code{NoteColumn}s for horizontal shifting. This is used by @rinternals{note-collision-interface}.") @@ -468,7 +468,7 @@ correction and @code{1} for full correction.") ;; ;; l ;; - (labels ,list? "List of labels (symbols) placed on a column") + (labels ,list? "List of labels (symbols) placed on a column.") (layer ,integer? "The output layer (a value between 0 and@tie{}2): Layers define the order of printing objects. Objects in lower layers are overprinted by objects in higher layers.") -- 2.39.2