X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fligature-engraver.cc;h=be4917f0c735ec5da9078c875af32a0317ce35ea;hb=20596e17d6f8026f7199c9ae0e5f03517631a66c;hp=4c056bb54041b3094f6490db30717133e15cbbaf;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/ligature-engraver.cc b/lily/ligature-engraver.cc index 4c056bb540..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--2009 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 {