X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head.cc;h=73a2255d9040a91199e994cf05c2fe0e6f9a74b5;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=dda8e040b963d806b30116f457d0afb76f7cd642;hpb=207f71b8b2ab9ca550e841615bedce393e652ca6;p=lilypond.git diff --git a/lily/note-head.cc b/lily/note-head.cc index dda8e040b9..73a2255d90 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -33,8 +33,6 @@ using namespace std; #include "staff-symbol-referencer.hh" #include "warn.hh" -using std::string; - static Stencil internal_print (Grob *me, string *font_char) { @@ -213,5 +211,6 @@ ADD_INTERFACE (Note_head, "glyph-name " "stem-attachment " "style " + "ledger-positions " );