]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-engraver.cc
Add documentation on how to use Page_breaking.
[lilypond.git] / lily / tuplet-engraver.cc
index 82acc4e57063e25c48986647e945f85dd8aa6ed9..39c120dd751be00ac4b640a45ae960c165d1ff66 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -152,7 +152,7 @@ Tuplet_engraver::process_music ()
                                     stopped_tuplets_[i].bracket_->get_bound (LEFT));
                }
              else
-               programming_error ("stopped tuplet bracket has left nor right bound.");
+               programming_error ("stopped tuplet bracket has neither left nor right bound");
            }     
          // todo: scrap last_tuplets_, use stopped_tuplets_ only.
          // clear stopped_tuplets_ at start_translation_timestep