X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fligature-engraver.cc;h=be4917f0c735ec5da9078c875af32a0317ce35ea;hb=684ce5635d2efec037ef6698550675e706837b61;hp=25194a4b1365c9bc5971f0baadb4385cc37dbe35;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/ligature-engraver.cc b/lily/ligature-engraver.cc index 25194a4b13..be4917f0c7 100644 --- a/lily/ligature-engraver.cc +++ b/lily/ligature-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2002--2010 Juergen Reuter + Copyright (C) 2002--2011 Juergen Reuter LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -155,8 +155,9 @@ Ligature_engraver::stop_translation_timestep () { if (!finished_primitives_.size ()) { - finished_ligature_->programming_error ("Ligature_engraver::stop_translation_timestep (): " - "junking empty ligature"); + finished_ligature_->programming_error ( + "Ligature_engraver::stop_translation_timestep ():" + " junking empty ligature"); } else {