]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
lily/hairpin.cc: use 'broken-bound-padding for broken hairpins
[lilypond.git] / lily / tie-formatting-problem.cc
index 098bf00a11bfd40f81651f845dbcc1e62a27fb3c..79efa70146cc72a874e85c8639181bbfe94a05ab 100644 (file)
@@ -174,7 +174,7 @@ Tie_formatting_problem::set_column_chord_outline (vector<Item *> bounds,
               Grob *flag = Stem::flag (stem);
               if (flag)
                 {
-                  Grobcommony = stem->common_refpoint (flag, Y_AXIS);
+                  Grob *commony = stem->common_refpoint (flag, Y_AXIS);
                   boxes.push_back (Box (flag->extent (x_refpoint_, X_AXIS),
                                         flag->extent (commony, Y_AXIS)));
                 }
@@ -443,7 +443,8 @@ Tie_configuration *
 Tie_formatting_problem::get_configuration (int pos, Direction dir, Drul_array<int> columns,
                                            bool tune_dy) const
 {
-  int key_components[] =
+  int key_components[]
+  =
   {
     pos, dir, columns[LEFT], columns[RIGHT]
   };