]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.7.6
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Nov 2002 13:17:23 +0000 (13:17 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 4 Nov 2002 13:17:23 +0000 (13:17 +0000)
lily/parser.yy
scm/music-types.scm

index d124c5095dec8c3b7c4f708120b1bfc4a1c4e9f1..64717d2334d3c28df5096cedd16176cf8b802c94 100644 (file)
@@ -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 ();
        }
index e4830dc527693a7b639e1d6aa4167eb07097b4ad..c8e223aa335d54165a6f3919a68063980c18193f 100644 (file)
@@ -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")