]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar.cc
release: 1.3.19
[lilypond.git] / lily / bar.cc
index c3dc7684b8fa3cf5ab8adfd4695e90fb860ee154..cfbecaa64551ebcf169542d0fe75aa07a2118dfe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "dimension-cache.hh"
@@ -44,14 +44,7 @@ Bar::do_brew_molecule_p () const
 void
 Bar::do_pre_processing ()
 {
-  SCM def = remove_elt_property ("default-glyph");
   SCM g = get_elt_property ("glyph");
-  if (!gh_string_p (g) && gh_string_p (def))
-    {
-      set_elt_property ("glyph", def);
-      g = get_elt_property ("glyph");
-    }
-
   SCM breakdir = gh_int2scm (break_status_dir ());
   
   if (gh_string_p (g))