X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-configuration.cc;h=19a2c68f724ec7c9a40da26540085b30b976c232;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=19bcbd822c250df3a3a9862d30a5010c58dad213;hpb=f0eca19f1dc9ffddf98eadf39800405fe4d3e7a5;p=lilypond.git diff --git a/lily/tie-configuration.cc b/lily/tie-configuration.cc index 19bcbd822c..19a2c68f72 100644 --- a/lily/tie-configuration.cc +++ b/lily/tie-configuration.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2012 Han-Wen Nienhuys + Copyright (C) 2005--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -170,7 +170,7 @@ Ties_configuration::complete_tie_card (vsize i) const string s; s += to_string ("%d (%.2f) %c: ", (*this)[i].position_, (*this)[i].delta_y_, ((*this)[i].dir_ == UP ? 'u' : 'd')) - + (*this)[i].card () + (*this).tie_card (i); + + (*this)[i].card () + tie_card (i); /* this is a little awkward, but we must decide where to put