]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.2
authorfred <fred>
Tue, 8 Oct 1996 21:20:52 +0000 (21:20 +0000)
committerfred <fred>
Tue, 8 Oct 1996 21:20:52 +0000 (21:20 +0000)
command.cc

index bb86e4fd349a01ae20c07a066b128a034e76775f..ebf993d239e1a7eeba8a087f93633a25707d9097 100644 (file)
@@ -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;
 }