]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Changes.tely updated - 2.19.x up to June 2014
[lilypond.git] / lily / clef.cc
index 3c1ca3752537c9fe61ee4501dd333988c160d6db..df84074f3af060fbfe970c58fdd358739e9a81f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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 ();
 }