]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-formatting-problem.cc
Emit not-quite-cross-staff beams in the right context.
[lilypond.git] / lily / tie-formatting-problem.cc
index 247890e090b36f06fda66356fb0d6de5a0275223..0c3279ce21479b7ed790e16552777c2908c40071 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2010 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));
        }
     }