]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket.cc
(pango_item_string_stencil): more verbose message.
[lilypond.git] / lily / horizontal-bracket.cc
index c11df66daa13f49c2b863cca6cf645ea30ea4c51..80baa95de5742306d454fdbee80c4eef0e179160 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "horizontal-bracket.hh"       
@@ -47,7 +47,7 @@ Horizontal_bracket::make_bracket (Grob *me,
 
 Stencil
 Horizontal_bracket::make_enclosing_bracket (Grob *me, Grob *refpoint,
-                                           Link_array<Grob> grobs,
+                                           vector<Grob*> grobs,
                                            Axis a, Direction dir)
 {
   Grob *common = common_refpoint_of_array (grobs, refpoint, a);
@@ -88,8 +88,9 @@ ADD_INTERFACE (Horizontal_bracket,
               "A horizontal bracket encompassing notes.",
 
               /* props */                
-              "columns "
               "bracket-flare "
+              "columns "
+              "edge-height "
               "shorten-pair "
-              "edge-height");
+              );