Current design of the auto number is by numeric only. This applies to all documents. I never got such requirement to get the number you need.
Try this:
SELECT Replace(Convert(date,GETDATE()), '-','')+CONVERT(varchar(4),$[$8.0.0])
Omit the 2nd part first.