i had a similar prblem when i wanted to add previous action in a history field with every previous action starting from new line.
i hope this might work...
var i= dominoDocument1.getItemValue("itemName")+"/n";
dominoDocument1.replaceItemValue("itemName");
dominoDocument1.save();