From: fred Date: Tue, 8 Oct 1996 21:20:52 +0000 (+0000) Subject: lilypond-0.0.2 X-Git-Tag: release/1.5.59~7142 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a61fb8773e18f51a52c442d1b71e702c4fe9f5c4;p=lilypond.git lilypond-0.0.2 --- diff --git a/command.cc b/command.cc index bb86e4fd34..ebf993d239 100644 --- a/command.cc +++ b/command.cc @@ -1,3 +1,4 @@ + #include "string.hh" #include "command.hh" @@ -8,6 +9,7 @@ get_bar_command(Real w) Command*c = new Command; c->when = w; c->code = TYPESET; + c->args.add( "BAR"); c->args.add( "|"); return c; }