]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
Again update of texinfo files from CVS.
[lilypond.git] / lily / volta-bracket.cc
index cedc7df6cbb883078b1dea8cd005d5451948eea7..cfae83259c5dde05c877f76458af25da9a3cd9b7 100644 (file)
@@ -119,7 +119,7 @@ Volta_bracket_interface::modify_edge_height (Spanner *me)
 
   extract_grob_set (me, "bars", bars);
   Grob *endbar = bars.size () ? bars.back () : 0;
-  SCM glyph = endbar ? endbar->get_property ("glyph") : SCM_EOL;
+  SCM glyph = endbar ? endbar->get_property ("glyph-name") : SCM_EOL;
 
   string str;
   if (scm_is_string (glyph))
@@ -160,10 +160,11 @@ Volta_bracket_interface::add_bar (Grob *me, Item *b)
 }
 
 ADD_INTERFACE (Volta_bracket_interface,
-              "Volta bracket with number",
+              "Volta bracket with number.",
 
               /* properties */
               "bars "
               "thickness "
-              "height");
+              "height "
+              );