]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lookup.cc
Fretboards: markup strings in dot positions
[lilypond.git] / lily / lookup.cc
index 9bef343fedd5625714c1e6846ef1b7ee64a41c1d..280b85bcfab09a193c2cd4fd386b70890a07b9cc 100644 (file)
@@ -121,7 +121,7 @@ Lookup::horizontal_line (Interval w, Real th)
 Stencil
 Lookup::blank (Box b)
 {
-  return Stencil (b, scm_from_locale_string (""));
+  return Stencil (b, scm_string (SCM_EOL));
 }
 
 Stencil
@@ -244,7 +244,7 @@ Lookup::round_filled_polygon (vector<Offset> const &points,
 
   const Real epsilon = 0.01;
 
-#ifndef NDEBUG
+#ifdef DEBUG
   /* remove consecutive duplicate points */
   for (vsize i = 0; i < points.size (); i++)
     {