From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Mon, 4 Nov 2002 13:17:23 +0000 (+0000)
Subject: release commit
X-Git-Tag: release/1.7.6
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8a759830a03f25914d979b1d0aec180101742592;p=lilypond.git

release commit
---

diff --git a/lily/parser.yy b/lily/parser.yy
index d124c5095d..64717d2334 100644
--- a/lily/parser.yy
+++ b/lily/parser.yy
@@ -1334,10 +1334,8 @@ shorthand_command_req:
 	}
 	| '['		{
 		Music *b= MY_MAKE_MUSIC("BeamEvent");
-		b->set_mus_property ("span-direction", gh_int2scm (START))
-;
-		$$ =b;
-
+		b->set_mus_property ("span-direction", gh_int2scm (START));
+		$$ = b;
 
 		THIS->last_beam_start_ = b->self_scm ();
 	}
diff --git a/scm/music-types.scm b/scm/music-types.scm
index e4830dc527..c8e223aa33 100644
--- a/scm/music-types.scm
+++ b/scm/music-types.scm
@@ -61,7 +61,7 @@ is an articulation (such as @code{-.}, @code{->}, @code{\\tenuto},
     (BeamEvent
      . (
    (description .  "Starts or stops a beam.  Syntax for manual control:
-\[c8 c c\] c8")
+c8-[ c c-] c8")
 
 	(internal-class-name . "Event")
 	(types . (general-music event beam-event span-event))
@@ -69,8 +69,7 @@ is an articulation (such as @code{-.}, @code{->}, @code{\\tenuto},
     (NewBeamEvent
      . (
    (description .  "Starts or stops a beam.  Syntax for manual control:
-\[c8 c c\] c8")
-
+c8-[ c c-] c8")
 	(internal-class-name . "Event")
 	(types . (general-music event new-beam-event span-event))
 	))
@@ -83,7 +82,7 @@ is an articulation (such as @code{-.}, @code{->}, @code{\\tenuto},
 	))
     (BreathingSignEvent
      . (
-   (description .  "Creates a `breath mark' or `comma'.  Syntax:
+	(description .  "Creates a `breath mark' or `comma'.  Syntax:
 @var{note}\\breathe.")
 
 	(internal-class-name . "Event")