]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.39
authorfred <fred>
Tue, 26 Mar 2002 22:47:28 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:28 +0000 (22:47 +0000)
lily/bar-engraver.cc

index d835edbd09765ef3a809ab807ad9338f494218f9..b3f07bf58787ea0dc6740ffa7627be98589f9f23 100644 (file)
@@ -38,7 +38,7 @@ Bar_engraver::create_bar ()
       SCM default_type = get_property ("defaultBarType");
       if (gh_string_p (default_type))
        {
-         bar_p_->set_elt_property ("glyph", default_type); // gu.h
+         bar_p_->set_elt_property ("glyph", default_type); // ugh
        }
 
 #if 0