]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mensural-ligature.cc
Issue 3687 (part 2): Amend docs to use \compressMMRests
[lilypond.git] / lily / mensural-ligature.cc
index 92a1c9d36c42a55614cdd5586a0d123aa2536abe..42f5270cc53ce67573ac83d03647d5a1c16a0331 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2002--2014 Juergen Reuter <reuter@ipd.uka.de>,
+  Copyright (C) 2002--2015 Juergen Reuter <reuter@ipd.uka.de>,
   Pal Benko <benkop@freestart.hu>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -117,7 +117,7 @@ Stencil
 internal_brew_primitive (Grob *me)
 {
   SCM primitive_scm = me->get_property ("primitive");
-  if (primitive_scm == SCM_EOL)
+  if (scm_is_null (primitive_scm))
     {
       programming_error ("Mensural_ligature:"
                          " undefined primitive -> ignoring grob");