X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos-engraver.cc;h=0f94d95e07838e3d9a141dfcdff27426e5506ea6;hb=207f71b8b2ab9ca550e841615bedce393e652ca6;hp=c6ad98aa02984fb1b3d8f4c8eecd4c135d248387;hpb=08560a1b8076630c4fc6cb9b902614d8b74fd6fc;p=lilypond.git diff --git a/lily/custos-engraver.cc b/lily/custos-engraver.cc index c6ad98aa02..0f94d95e07 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--2012 Juergen Reuter , + Copyright (C) 2000--2015 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" @@ -29,6 +28,8 @@ #include "translator.icc" +using std::vector; + /* * This class implements an engraver for custos symbols. * @@ -96,7 +97,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 (*unsmob (ev->get_property ("pitch"))); } }