multiple definition of ...

You could try extern.

header:

extern LiquidCrystal lcd;

cpp:

extern LiquidCrystal lcd(10, 11, 9, 4, 5, 6, 7);