]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
CG: Another typo.
[lilypond.git] / lily / tie-formatting-problem.cc
index 098bf00a11bfd40f81651f845dbcc1e62a27fb3c..c4e8a22eb9fc30854393ff1c7c20462dc0d36a43 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -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]
   };