Simple rules for separating paragraphs in books?
I'm writing a fiction book and noticed that my paragraphs seemed excessively long, most having three or more sentences in them.
The Online Writing Lab's page "On Paragraphs" is helpful, but as a new writer I am looking for more specific advice on paragraph length. One idea I had was to compose sentences as separate paragraphs and then go back and merge these paragraphs when they deal with a single idea (e.g., describe a tree).
Are there simple rules on when paragraph breaks should be used in order to form appropriate length paragraphs?
This post was sourced from https://writers.stackexchange.com/q/12734. It is licensed under CC BY-SA 3.0.
1 answer
What paragraphs accomplish
Text that isn't split up into paragraphs is often referred to as a "wall of text" and can be very difficult to read. Paragraphs are used for a few reasons: Organization, pacing, and to give the reader a chance to pause, similarly to what the end of a sentence does.
Paragraphs exist to group sentences on the same topic together. For example, sentences that all explain why a tree was planted might be grouped into a single paragraph, then sentences describing the tree might be a second paragraph.
However, when paragraphs get too long, it's usually a good idea to break those up, too.
Some writers have a habit of writing paragraphs of roughly equal length. This generally will put the reader to sleep, so it's a good idea to vary paragraph length occasionally. You can think of a paragraph as analogous to a sentence, but instead of being made up of words, a paragraph's components are sentences. And just as sentences have their own rhythm, so do paragraphs.
Dialog
"Dialog is a special case," said Mary. "The convention in English is that, within a single paragraph, there's only one character speaking."
Joe thought for a minute, then asked, "does that mean that when a new character is speaking, there should be a new paragraph?"
"Yes," said Mary.
Formatting
Paragraph breaks should be visually clear. There should either be white space in between paragraphs, or each paragraph's first line should be indented on the left.
On the web, it's generally easiest to type an extra return between each paragraph to create white space. There are solutions within HTML and CSS that will accomplish the same thing, however.
0 comment threads