]> git.donarmstrong.com Git - lilypond.git/commitdiff
Defuse some open parens starting lines in strings in define-music-types.scm
authorDavid Kastrup <dak@gnu.org>
Sat, 16 Mar 2013 14:45:36 +0000 (15:45 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 24 Mar 2013 11:06:47 +0000 (12:06 +0100)
Those confuse Emacs' heuristics and make it harder to edit subsequent
Scheme.

scm/define-music-types.scm

index d816b269ce36dba94436da49eae0ead72b3e48b2..6d40ce0f56d6e5c90b835e2168834f77f92b3fed 100644 (file)
@@ -72,10 +72,10 @@ Syntax: @w{@var{note}@code{-\\arpeggio}}")
     (ArticulationEvent
      . ((description . "Add an articulation marking to a note.
 
-Syntax: @var{note}@code{x}@code{y}, where @code{x} is a direction
-(@code{^} for up or @code{_} for down), or LilyPond's choice
-(no direction specified), and where @code{y} is an articulation
-(such as @w{@code{-.}}, @w{@code{->}}, @code{\\tenuto}, @code{\\downbow}).
+Syntax: @var{note}@code{x}@code{y}, where @code{x} is a direction\
+\n(@code{^} for up or @code{_} for down), or LilyPond's choice\
+\n(no direction specified), and where @code{y} is an articulation\
+\n(such as @w{@code{-.}}, @w{@code{->}}, @code{\\tenuto}, @code{\\downbow}).
 See the Notation Reference for details.")
        (types . (general-music post-event event articulation-event script-event))
        ))