You definitely do not want grid sections inside of abc sections. Those are entirely separate things. Separate that out and put the grid after or before the abc section, depending on what you want. In your example, the ABC section has no content other than the grid, so I would recommend removing all the ABC stuff and just having the grid part, meaning:
If you want text above the grid, you can add a label like {start_of_grid label="My Label"}, or just add the text on the line above the grid. You can use pango markup syntax to change the appearance of that text if desired.
Mike
Code:
{title: Too Sweet}
{artist:Hozier}
{composer:Hozier}
{album:Unheard}
{key:Gm}
{copyright:2024}
{start_of_grid}
|Gm...|Gm..F/A|A#...|A#.CmD#|
{end_of_grid}
{start_of_part:Intro}
| Gm | Gm F/A | A# | A# Cm D#/D |
| D# | D# | F | D7 |
{end_of_part}If you want text above the grid, you can add a label like {start_of_grid label="My Label"}, or just add the text on the line above the grid. You can use pango markup syntax to change the appearance of that text if desired.
Mike

