]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.14
authorfred <fred>
Sun, 24 Mar 2002 19:57:21 +0000 (19:57 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:57:21 +0000 (19:57 +0000)
lily/bar.cc

index 7ba3f2d77b953fea9b87b3709005d290857c3a56..43811f88c63fd8ccf9a788c4046b89fa35bb9cd3 100644 (file)
@@ -35,7 +35,7 @@ Bar::brew_molecule_p() const
 {    
   Paper_def *p = paper();
   Symbol s = p->lookup_l()->bar (type_str_, 
-                                  p->get_var ("bar_size"));
+                                p->get_var ("bar_size"));
   Molecule*output = new Molecule (Atom (s));
   return output;
 }