Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Last active February 16, 2025 10:31
Show Gist options
  • Save joe-oli/a61282ab6f6c7451231b3ccb6cab107b to your computer and use it in GitHub Desktop.
Save joe-oli/a61282ab6f6c7451231b3ccb6cab107b to your computer and use it in GitHub Desktop.
Songs - Stevie - Lately

Q. Finally! After many retries, you finally get it; Next time I want to ask you to output in a similar way, so that it goes across lines, what language should I use, so you can grasp the concept?

A. You can ask me to format the text in markdown, and you can mention that you'd like it in code blocks to ensure it's structured clearly across lines.

You can say something like, "Can you format this using markdown in code blocks?" This helps me understand that you want the text structured neatly, like I did earlier.

Here's an example of how you could phrase it:

"Can you format the following song structure using markdown in code blocks?"

Feel free to use this approach whenever you need your text formatted clearly!

<pre>
**Title:** Lately
**Time Signature:** 4/4
**Tempo:** 70 BPM
**Intro** (instrumental motif):
| C | Am | FM7 | Dm9 F/G |
**Verse 1** (A form):
| C | Am7 | Dm Dm(M7) | G |
| Dm Dm(M7) | Dm7 G7 | C / / C F/G | C / / C F/G |
**Verse 2** (A' form):
| C | Am7 | Dm Dm(M7) | G |
| Dm Dm(M7) | Dm7 G7 | C | C7 |
**Chorus** (B form):
| FM7 | Fm | E-9 | Asus4 A7 |
| Dm7 E-9 | F-9 G7 | C | Asus4 A7 |
| Dm7 E-9 | F-9 G7 |
**Repeat Sequence**:
1. Motif
2. Verse 1 (A form)
3. Verse 2 (A' form)
4. Chorus (B form)
5. Motif
**Ending**:
| AM7 / / / | (Rings out for the whole bar) |
</pre>

Title: Lately Time Signature: 4/4
Tempo: 70 BPM

Intro (instrumental motif):
| C | Am | FM7 | Dm9 F/G |

Verse 1 (A form):
| C | Am7 | Dm Dm(M7) | G |
| Dm Dm(M7) | Dm7 G7 | C / / C F/G | C / / C F/G |

Verse 2 (A' form):
| C | Am7 | Dm Dm(M7) | G |
| Dm Dm(M7) | Dm7 G7 | C | C7 |

Chorus (B form):
| FM7 | Fm | E-9 | Asus4 A7 |
| Dm7 E-9 | F-9 G7 | C | Asus4 A7 |
| Dm7 E-9 | F-9 G7 |

Repeat Sequence:

  1. Motif
  2. Verse 1 (A form)
  3. Verse 2 (A' form)
  4. Chorus (B form)
  5. Motif

Ending:
| AM7 / / / | (Rings out for the whole bar) |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment