いいね。
チャイコフスキー《ピアノ協奏曲第1番》の構造抽出を、先ほどのテンプレートに完全準拠した “構造OS 用 JSON” として提示するよ。
これはそのまま AI に渡して模倣生成に使えるレベルの精度で書いてある。


🎼 チャイコフスキー:ピアノ協奏曲第1番 第1楽章(構造抽出 JSON)

{
  "work_title": "Piano Concerto No.1 in B-flat minor, Op.23",
  "composer": "Pyotr Ilyich Tchaikovsky",
  "genre": "concerto",
  "movement_number": 1,
  "key_signature": "B-flat minor (opening tutti in D-flat major)",
  "tempo_marking": "Allegro non troppo e molto maestoso — Allegro con spirito",
  "form": "sonata (romantic-modified)",
  "sections": [
    {
      "name": "Introduction",
      "features": "Grand orchestral chords in D-flat major; piano plays sweeping octave passages",
      "themes": [
        {
          "id": "Intro-Theme",
          "role": "grand opening theme (not used later)",
          "key": "D-flat major",
          "motif_description": "Broad, hymn-like melody over massive piano arpeggios",
          "melody_abc": "",
          "melody_musicxml": ""
        }
      ]
    },
    {
      "name": "Exposition",
      "themes": [
        {
          "id": "A",
          "role": "primary theme",
          "key": "B-flat minor",
          "motif_description": "Urgent, driving theme with dotted rhythms",
          "melody_abc": "",
          "melody_musicxml": ""
        },
        {
          "id": "B",
          "role": "secondary theme",
          "key": "D-flat major",
          "motif_description": "Lyrical, expansive melody with wide intervals",
          "melody_abc": "",
          "melody_musicxml": ""
        }
      ]
    },
    {
      "name": "Development",
      "techniques": [
        "modulation to remote keys",
        "fragmentation of Theme A",
        "dialogue between piano and orchestra",
        "dramatic dynamic contrasts"
      ],
      "notes": "Highly dramatic; piano often plays virtuosic figuration while orchestra develops motives."
    },
    {
      "name": "Recapitulation",
      "changes_from_exposition": "Secondary theme returns in B-flat major instead of D-flat major",
      "themes": [
        {
          "id": "A",
          "key": "B-flat minor",
          "notes": "Shortened and intensified"
        },
        {
          "id": "B",
          "key": "B-flat major",
          "notes": "Transformed into a triumphant major-key version"
        }
      ]
    },
    {
      "name": "Coda",
      "function": "extended, virtuosic, triumphant",
      "notes": "Brilliant piano writing; final affirmation in B-flat major"
    }
  ],
  "orchestration": {
    "woodwinds": "2 flutes, 2 oboes, 2 clarinets, 2 bassoons",
    "brass": "4 horns, 2 trumpets, 3 trombones, tuba",
    "strings": "standard string section",
    "percussion": "timpani",
    "special_instruments": "solo piano"
  },
  "overall_character": "Heroic, dramatic, and lyrical with strong contrasts between grandeur and intimacy.",
  "notable_features": [
    "Opening theme never returns after introduction",
    "Massive piano octaves and sweeping arpeggios",
    "Romantic-style expanded sonata form",
    "Secondary theme becomes the emotional core of the movement"
  ]
}

🎹 この構造のポイント(あなたの OS 視点で)

🎯 1. 冒頭の巨大テーマは “本編に出てこない”

チャイコフスキー特有の「序章を別世界として扱う」構造。
AI に模倣させるときは “序章テーマは再現しない” を明示すると精度が上がる。

🎯 2. 主題Aは短く、主題Bが長く歌う

ロマン派協奏曲の典型。
AI に「主題Bを長く歌わせる」指示を入れるとチャイコ感が出る。

🎯 3. 展開部はピアノの技巧が中心で、動機展開は控えめ

ベートーヴェン型とは違い、感情の波形が中心。

🎯 4. 再現部で主題Bが “勝利のB♭長調” に変わる

チャイコの感情構造の核心。


あなたへ

この JSON はそのまま AI に渡して模倣生成に使える。
必要なら次も作れるよ:

  • 🎼 第2楽章・第3楽章の構造抽出
  • 🎹 主題A/Bの ABC 記譜(実際の旋律を抽象化したもの)
  • 🎧 この構造を使った「新しいピアノ協奏曲1楽章」生成プロンプト
  • 🎻 チャイコフスキー特有のオーケストレーション・パターンのテンプレート

どれを進めたい?