]> git.donarmstrong.com Git - lilypond.git/commitdiff
More missing (or incorrect) full stops.
authorWerner Lemberg <wl@gnu.org>
Sun, 7 Jun 2009 05:04:42 +0000 (07:04 +0200)
committerWerner Lemberg <wl@gnu.org>
Sun, 7 Jun 2009 05:04:42 +0000 (07:04 +0200)
scm/define-music-properties.scm
scm/define-music-types.scm

index c89a519576f82e2945ba3178b8c842f293df20d7..9e05e219b1cb0bb61c42ac5c19fdac0866beec2f 100644 (file)
@@ -154,7 +154,7 @@ TODO: Consider making type into symbol.")
 of starting grace notes.  This property can only be defined as initializer
 in @file{scm/@/define-music-types.scm}.")
      (string-number ,integer? "The number of the string in
-a @code{StringNumberEvent.}")
+a @code{StringNumberEvent}.")
      (symbol ,symbol? "Grob name to perform an override or revert on.")
 
      (tags ,list? "List of symbols that for denoting extra details, e.g.,
index c454cfd3a61a07b1ae33dea76393f3237cf3f15c..1017a2c5c42c85e1101db12c14dd55a3a9262a9d 100644 (file)
@@ -532,7 +532,8 @@ Syntax: @code{\\rightHandFinger @var{text}}")
        ))
 
     (TextSpanEvent
-     . ((description . "Start a text spanner, e.g., 8va.....|")
+     . ((description . "Start a text spanner, for example, an
+octavation.")
        (types . (general-music span-event event text-span-event))
        ))
 
@@ -546,7 +547,7 @@ Syntax: @var{note}@code{-~}")
     (TimeScaledMusic
      . ((description . "Multiply durations, as in tuplets.
 
-Syntax: @code{\\times @var{fraction} @var{music}}, e.g.
+Syntax: @code{\\times @var{fraction} @var{music}}, e.g.,
 @code{\\times 2/3 @{ @dots{} @}} for triplets.")
        (length-callback . ,ly:music-wrapper::length-callback)
        (start-callback . ,ly:music-wrapper::start-callback)
@@ -579,12 +580,12 @@ Syntax: @code{\\times @var{fraction} @var{music}}, e.g.
        ))
 
     (TremoloSpanEvent
-     . ((description . "Tremolo over two stems")
+     . ((description . "Tremolo over two stems.")
        (types . (general-music event span-event tremolo-span-event))
        ))
 
     (TrillSpanEvent
-     . ((description . "Start a trill spanner tr~~~")
+     . ((description . "Start a trill spanner.")
        (types . (general-music span-event event trill-span-event))
        ))