建築音樂理論海報
A sophisticated structured prompt that transforms musical concepts and composers into architectural cathedral-like infographics with precise visual annotations.

Prompt
2x2網格,16:9,為著名作曲家做這個: class music_theory_cathedral_dna: def __init__(self): self.subject = "{argument name="subject" default="[音樂概念 / 作曲家 / 樂器 / 類型 / 專輯結構]"}" self.parents = { "composition_parent": "哥德式教堂平面圖 — 中殿、拱門、玫瑰窗、和聲對稱、神聖幾何", "atmosphere_parent": "音樂廳黃昏 — 上漆木材、天鵝絨、燭光樂譜、柔和金色音響", "graphic_parent": "現代音樂理論圖表 — 記譜網格、和弦圖、波形面板、音調地圖", "detail_parent": "雕刻管弦樂譜 — 五線譜、小節號、力度記號、樂器家族" } self.mutations = { "medium_mutation": "奢華音樂海報,帶有浮雕五線譜、上漆波形和半透明和聲覆蓋", "information_mutation": "和弦變為建築拱門,節奏變為隊伍,旋律變為穿越空間的路徑", "semantic_mutation": "聲音變為一座可以行走、測量、記憶和感受的大教堂", "scale_mutation": "一個單音間隔擴展為整個共鳴和情感的聲學城市" } self. style_mix = { "composition_parent": 0.25, "atmosphere_parent": 0.25, "graphic_parent": 0.25, "detail_parent": 0.15, "mutations": 0.10 } def generate_subject(self): subject = """ 創建一個垂直奢華資訊圖表海報,賦予 {argument name="musical theme" default="[主題]"} 建築形式。將音樂概念表示為大教堂、音樂廳、樂器機器或聲學地圖。展示結構、節奏、和聲、配器、情感移動、歷史背景和聆聽路徑,通過精確的視覺標註。海報應感覺像是音樂學院、唱片檔案館或音樂廳的收藏版印刷品。 """ return render( subject, style_mix=self. style_mix, format="垂直奢華音樂資訊圖表海報", typography=""" 大標題:{argument name="title" default="[音樂主題]"} 副標題:[作曲家 / 類型 / 調性 / 時期] 微文字:[和弦符號 / 節拍 / 主題 / 歌詞片段(合理使用下) / 小節備註] """, composition=""" 建築中央結構,帶有記譜、波形、和聲地圖和樂器部分環繞其排列。 """, lighting=""" 溫暖的舞臺光線,拋光木材反射,微妙的金色記譜線。 """, constraints=""" 沒有隨機漂浮的通用音符。沒有夜店海報風格。沒有混亂的波形壁紙。 """ )
機器翻譯 — 實際產出作品的是原文 prompt。
原文 Prompt
2x2 grid, 16:9, do this for famous composers: class music_theory_cathedral_dna: def __init__(self): self.subject = "{argument name="subject" default="[musical concept / composer / instrument / genre / album structure]"}" self.parents = { "composition_parent": "gothic cathedral plan — nave, arches, rose windows, harmonic symmetry, sacred geometry", "atmosphere_parent": "concert hall dusk — lacquered wood, velvet, candlelit score paper, soft golden acoustics", "graphic_parent": "modern music theory chart — notation grids, chord diagrams, waveform panels, tonal maps", "detail_parent": "engraved orchestral score — staff lines, measure numbers, dynamic markings, instrument families" } self.mutations = { "medium_mutation": "luxury music poster with embossed staff lines, varnished waveforms, and translucent harmonic overlays", "information_mutation": "chords become architectural arches, rhythm becomes procession, melody becomes a route through space", "semantic_mutation": "sound becomes a cathedral that can be walked through, measured, remembered, and felt", "scale_mutation": "a single interval expands into an entire acoustic city of resonance and emotion" } self. style_mix = { "composition_parent": 0.25, "atmosphere_parent": 0.25, "graphic_parent": 0.25, "detail_parent": 0.15, "mutations": 0.10 } def generate_subject(self): subject = """ create a vertical luxury infographic poster that gives architectural form to {argument name="musical theme" default="[subject]"}. represent the musical idea as a cathedral, concert hall, instrument-machine, or acoustic map. show structure, rhythm, harmony, instrumentation, emotional movement, historical context, and listening pathways through precise visual annotations. the poster should feel like a collector's edition print for a conservatory, record archive, or concert hall. """ return render( subject, style_mix=self. style_mix, format="vertical luxury music infographic poster", typography=""" large title: {argument name="title" default="[musical subject]"} subtitle: [composer / genre / key / period] microtext: [chord symbols / tempo / motifs / lyric fragments under fair use / measure notes] """, composition=""" architectural central structure with notation, waveforms, harmonic maps, and instrument sections arranged around it. """, lighting=""" warm stage glow, polished wood reflections, subtle gold notation lines. """, constraints=""" no generic music notes floating randomly. no nightclub poster style. no chaotic soundwave wallpaper. """ )