X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos-engraver.cc;h=023536e35b62cf210e99a21ecd6c3140bdc04ee5;hb=99a85ca39f3a7a6f717ba06a48ef0ba70f842177;hp=2922a04018b8dac1097af6fba31ac05123031401;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/lily/custos-engraver.cc b/lily/custos-engraver.cc index 2922a04018..023536e35b 100644 --- a/lily/custos-engraver.cc +++ b/lily/custos-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2011 Juergen Reuter , + Copyright (C) 2000--2014 Juergen Reuter , Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -19,7 +19,6 @@ */ #include "engraver.hh" -#include "bar-line.hh" #include "item.hh" #include "note-head.hh" #include "pitch.hh" @@ -96,7 +95,7 @@ Custos_engraver::acknowledge_note_head (Grob_info info) don't look at the staff-position, since we can't be sure whether Clef_engraver already applied a vertical shift. */ - pitches_.push_back (*unsmob_pitch (ev->get_property ("pitch"))); + pitches_.push_back (*Pitch::unsmob (ev->get_property ("pitch"))); } }