]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / clef.cc
index 3c1ca3752537c9fe61ee4501dd333988c160d6db..b58bef99871b15efeccf97dffba8095aa203fc3f 100644 (file)
@@ -63,6 +63,7 @@ Clef::print (SCM smob)
   Stencil out = fm->find_by_name (glyph);
   if (out.is_empty ())
     me->warning (_f ("clef `%s' not found", glyph.c_str ()));
+
   return out.smobbed_copy ();
 }