]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-engraver.cc
Negative quote count for low quotes (,) in octave check. Fixes #201
[lilypond.git] / lily / accidental-engraver.cc
index 1b9920673f354b4e973dc6001e190d523e030627..074d668bab18ea4d163fa929d3a1495755347154 100644 (file)
@@ -368,8 +368,6 @@ Accidental_engraver::create_accidental (Accidental_entry *entry,
 {
   Stream_event *note = entry->melodic_;
   Grob *support = entry->head_;
-  Pitch *pitch = unsmob_pitch (note->get_property ("pitch"));
-
   bool as_suggestion = to_boolean (entry->origin_->get_property ("suggestAccidentals"));
   Grob *a = 0;
   if (as_suggestion)