]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-quanting.cc
*** empty log message ***
[lilypond.git] / lily / beam-quanting.cc
index eb9d3b0c8c0c5154ab917e2dd7856c8156d911fa..dfc7fa6d92030ad58bb80c7be835904fde1e7985 100644 (file)
@@ -77,7 +77,7 @@ best_quant_score_idx (Array<Quant_score> const &qscores)
 
   if (best_idx < 0)
     {
-      programming_error ("Huh? No best beam quant score?");
+      programming_error ("no best beam quant score");
       best_idx = 0;
     }
 
@@ -284,7 +284,7 @@ Beam::quanting (SCM smob)
            }
        }
       if (mindist > 1e5)
-       programming_error ("Could not find quant.");
+       programming_error ("can't find quant");
     }
 #endif