diff options
author | Werner Lemberg <wl@gnu.org> | 2012-06-28 10:12:25 +0200 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2012-06-28 10:12:25 +0200 |
commit | e47e8dc419d5c9657a0ff357a3c32cd4d84a7fac (patch) | |
tree | 7ee23683709330f88ba3c13ed5abd5c318264544 /lily/spanner.cc | |
parent | da632500cfc55fcd3660f72b39c7dbcd7542f9bc (diff) |
Add some translation markers; normalize whitespace.
Diffstat (limited to 'lily/spanner.cc')
-rw-r--r-- | lily/spanner.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lily/spanner.cc b/lily/spanner.cc index ae0094fc4b..eeff11bba7 100644 --- a/lily/spanner.cc +++ b/lily/spanner.cc @@ -101,7 +101,7 @@ Spanner::do_break_processing () if (!bounds[LEFT] || ! bounds[RIGHT]) { - programming_error ("bounds of this piece aren't breakable. "); + programming_error ("bounds of this piece aren't breakable."); continue; } @@ -110,7 +110,8 @@ Spanner::do_break_processing () if (!ok) { - programming_error (to_string ("Spanner `%s' is not fully contained in parent spanner. Ignoring orphaned part", + programming_error (to_string ("Spanner `%s' is not fully contained in parent spanner." + " Ignoring orphaned part", name ().c_str ())); continue; } |