# BELIEVEYOUME · Frozen-Board Scroller (chord-rail LEFT · v6 PDF RIGHT)

**Shiner · BELIEVEYOUME (2025) · two live frames side by side, both frozen at 100vh, driven by one 10-song picker up top.**

Live page: https://drwu-htmls.vercel.app/frozen-board-scroller

This is the plain-text sibling of the HTML page (kept so the route satisfies the standing HTML+md rule).

## Layout

- **Left frame, frozen 100vh.** Live iframe of `/believeyoume-chord-rail`, the chord-over-syllable lyrics page (letter / Nashville / Roman notation toggle, chord fingerings pane). The frame stays put while you scroll or switch songs.
- **Right frame, frozen 100vh.** Live embed of `/believeyoume-book-v6/BELIEVEYOUME_v6.pdf`, the full v6 book PDF, opened with `#page=N&view=FitH` so the correct chapter is on screen the moment a song is picked.
- **Song picker, up top.** 10 pills, one per BELIEVEYOUME track. One click jumps BOTH frames: the left iframe's chord-rail tab activates for that song, the right embed reloads to that chapter's starting page.

## Song → PDF chapter start (v6 book)

| # | Song | Key | Chord-rail tab | v6 PDF page |
|---|------|-----|----------------|-------------|
| 01 | Asleep In The Trunk | Fm | `#pane-asleep_in_the_trunk` | 3 |
| 02 | The Alligator | Gm | `#pane-the_alligator` | 12 |
| 03 | The Mutiny | F# | `#pane-the_mutiny` | 20 |
| 04 | So Far, So | D | `#pane-so_far_so` | 28 |
| 05 | My Mirror Hates Me | Em | `#pane-my_mirror_hates_me` | 35 |
| 06 | Endless Summer | Bb | `#pane-endless_summer` | 43 |
| 07 | Lazarus | Cm | `#pane-lazarus` | 48 |
| 08 | Not Too Much | Ab | `#pane-not_too_much` | 53 |
| 09 | Broken Satellites | Eb | `#pane-broken_satellites` | 61 |
| 10 | Jackie | F | `#pane-jackie` | 68 |

Chapter page starts were extracted directly from `BELIEVEYOUME_v6.pdf` by walking each page's first-line text and matching the drop-cap-plus-title pattern (`L | azarus…`) and the `Figure N.M` numbering, since the PDF ships without an embedded outline.

## Sources cited

- Lyrics + chords (chord-over-syllable, letters / Nashville / Roman toggle, chord fingerings): `/believeyoume-chord-rail/`
- Full v6 book PDF (definitive edition, 74 pages): `/believeyoume-book-v6/BELIEVEYOUME_v6.pdf`
- Per-song latest PDFs (single-song extract packs): `/believeyoume-song-pdfs/`

## Related routes on drwu-htmls.vercel.app

- [believeyoume-chord-rail](https://drwu-htmls.vercel.app/believeyoume-chord-rail)
- [believeyoume-book-v6](https://drwu-htmls.vercel.app/believeyoume-book-v6)
- [believeyoume-song-pdfs](https://drwu-htmls.vercel.app/believeyoume-song-pdfs)
- [believeyoume-charts](https://drwu-htmls.vercel.app/believeyoume-charts)
- [indexes-board](https://drwu-htmls.vercel.app/indexes-board)

Part of drwu-htmls.vercel.app.
