]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
Properly implement fromproperty markup handing in the pdftitle header field
[lilypond.git] / lily / spanner.cc
index ae0094fc4bdbc0329c1eb611e81f8935b7f92424..eeff11bba7186a0d0360e886c959d0b93e2334c1 100644 (file)
@@ -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;
             }