]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil.cc
*** empty log message ***
[lilypond.git] / lily / stencil.cc
index 00c72ae1a39e367ae1cc491fb3014ed7dc3e2517..35338f0b6c25bf00b05773af7202cf470ff9875f 100644 (file)
@@ -163,6 +163,7 @@ Stencil::moved_to_edge (Axis a, Direction d, Stencil const &s,
     {
       programming_error ("Stencil::moved_to_edge: adding empty stencil.");
       his_extent = 0.0;
+      SCM_ASSERT_TYPE(0, SCM_EOL, SCM_ARG1, __FUNCTION__, "");
     }
   else
     his_extent = i[-d];