From 8a759830a03f25914d979b1d0aec180101742592 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 4 Nov 2002 13:17:23 +0000 Subject: [PATCH] release commit --- lily/parser.yy | 6 ++---- scm/music-types.scm | 7 +++---- 2 files changed, 5 insertions(+), 8 deletions(-) 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") -- 2.39.5