X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Ftie-formatting-problem.cc;h=0c3279ce21479b7ed790e16552777c2908c40071;hb=b7c3ee308a8bcd2beb4926996b9c943d145266df;hp=b346fc88491ca88f9a012bb96a8986024cf78ced;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/lily/tie-formatting-problem.cc b/lily/tie-formatting-problem.cc index b346fc8849..0c3279ce21 100644 --- a/lily/tie-formatting-problem.cc +++ b/lily/tie-formatting-problem.cc @@ -1,12 +1,24 @@ /* - tie-formatting-problem.cc -- implement Tie_formatting_problem + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2005--2011 Han-Wen Nienhuys - (c) 2005--2007 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ +#include #include "tie-formatting-problem.hh" #include "axis-group-interface.hh" @@ -1229,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)); } }