216
edits
No edit summary |
m (literal string) |
||
Line 51: | Line 51: | ||
To separate '''syllables''', use "<code>/</code>" (e.g. <code>I've/ been/ wai/ting/ for/ so/ long...</code>). | To separate '''syllables''', use "<code>/</code>" (e.g. <code>I've/ been/ wai/ting/ for/ so/ long...</code>). | ||
To separate '''paragraphs''', use "<code>\n</code>" (e.g. <code>To/ all/ my/ friends/ that/ I/ have/ lost,/'''\n'''while/ cros/sing/ brid/ges/ I/ have/ crossed,</code>). | To separate '''paragraphs''', use "<code>\n</code>" (literal string) (e.g. <code>To/ all/ my/ friends/ that/ I/ have/ lost,/'''\n'''while/ cros/sing/ brid/ges/ I/ have/ crossed,</code>). | ||
To separate '''different lyrics''', use <code>\n</code> (a new line character). The new line counts as a "<code>/</code>", meaning that it'll split syllables. <br>(e.g. <code>Though<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes/, it/ is/ not/ gone</code>) | To separate '''different lyrics''', use <code>\n</code> (a new line character). The new line counts as a "<code>/</code>", meaning that it'll split syllables. <br>(e.g. <code>Though<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes<br>E/ven/ when/ it/ goes/, it/ is/ not/ gone</code>) |
edits