]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/quote-iterator.cc
Doc: Issue 4349: Clarify where changes to beatStructure should be placed
[lilypond.git] / lily / quote-iterator.cc
index 66f0590893b78f6f4f34c1f948569d5f3f3956f9..c68e22345612dd1ebd4472d287656d3269c907d4 100644 (file)
@@ -71,7 +71,7 @@ Quote_iterator::accept_music_type (Stream_event *ev, bool is_cue) const
   // for cue notes if quotedCueEventTypes is not set) use quotedEventTypes
   if (is_cue)
     accept = get_outlet ()->get_property ("quotedCueEventTypes");
-  if (accept == SCM_EOL)
+  if (scm_is_null (accept))
     accept = get_outlet ()->get_property ("quotedEventTypes");
 
   for (; scm_is_pair (accept); accept = scm_cdr (accept))