]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-placement.cc
``slikken kreng''
[lilypond.git] / lily / accidental-placement.cc
index 69feb745fbd153550cb5a66b1fe6a9aa49f1f449..d7c4e866bed63780098d393d2044ed70cd26606e 100644 (file)
@@ -54,7 +54,7 @@ Accidental_placement::add_accidental (Grob* me, Grob* a)
 
   Pitch *p= unsmob_pitch (mcause->get_mus_property ("pitch"));
 
-  int n = p->notename_i_;
+  int n = p->notename_;
 
   SCM accs = me->get_grob_property ("accidental-grobs");
   SCM key = gh_int2scm (n);