]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-align-engraver.cc
stem-tremolo-style.ly: Minor doc improvement.
[lilypond.git] / lily / break-align-engraver.cc
index ed804493de1b96b50be2f7fc4ddae3f543fca41f..fe07cac0c8355eea8a6f9e13125f4d2612eeeebf 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1999--2015 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
@@ -136,7 +136,7 @@ Break_align_engraver::add_to_group (SCM align_name, Item *item)
   SCM s = scm_assoc (align_name, column_alist_);
   Item *group = 0;
 
-  if (s != SCM_BOOL_F)
+  if (scm_is_true (s))
     {
       Grob *e = Grob::unsmob (scm_cdr (s));
       group = dynamic_cast<Item *> (e);