]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
Midi2ly: Add doco and changes.
[lilypond.git] / lily / tie-formatting-problem.cc
index a1cb18dec8dc13a2490c2ecb103827639a203d22..0c3279ce21479b7ed790e16552777c2908c40071 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -1241,7 +1241,7 @@ Tie_formatting_problem::set_debug_scoring (Ties_configuration const &base)
       for (vsize i = 0; i < base.size (); i++)
        {
          string card = base.complete_tie_card (i);
-         specifications_[i].tie_grob_->set_property ("quant-score",
+         specifications_[i].tie_grob_->set_property ("annotation",
                                                      ly_string2scm (card));
        }
     }