]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/drum-note-performer.cc
(Automatic staff changes):
[lilypond.git] / lily / drum-note-performer.cc
index e5888fcfbcfef34e1e65f464949c0d610518b7b5..03ff0bf48d2faf9524d77383de4657ebd5cec835 100644 (file)
@@ -39,7 +39,7 @@ Drum_note_performer::create_audio_elements ()
       SCM sym = n->get_property ("drum-type");
       SCM defn = SCM_EOL;
 
-      if (gh_symbol_p (sym)
+      if (ly_c_symbol_p (sym)
          &&  (scm_hash_table_p (tab) == SCM_BOOL_T))
        defn = scm_hashq_ref (tab, sym, SCM_EOL);