X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head.cc;h=73a2255d9040a91199e994cf05c2fe0e6f9a74b5;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=dda8e040b963d806b30116f457d0afb76f7cd642;hpb=1de3d397c18622b6061402fef18e625701712bc5;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 " );