73
Chapter 73

Binary & Ternary Form

Form & Structure

Scaffold
Book3
Unit 18Form & Structure
Leveladvanced

Lesson Content

TODO: Write the full lesson explanation here

Examples
TODO: Add notation examples

Key Concepts

binary form ABternary form ABArounded binarysong form

Rules

01

Binary (AB): two contrasting sections

02

Ternary (ABA): statement, contrast, return

03

Rounded binary (ABA'): return is a variation of A

04

Most pop songs: verse-chorus = binary; verse-chorus-bridge-chorus = ternary

MIDI Data

{
  "binary": "A(8 bars) + B(8 bars)",
  "ternary": "A(8) + B(8) + A(8)"
}

Exercises

Practice
1

TODO: Write human exercises for Binary & Ternary Form

AI-Generated
1

TODO: Write AI-executable exercises for Binary & Ternary Form

Tags

#form#binary#ternary#song_structure

Related Chapters