From what you describe as your requirements, Word should be able to do the majority of things you’re after easily (they’re standard for most types of books), but there are a couple of things which are more complicated: it depends how much you need them.
-
You can definitely have different types of page numbers for the front matter and for the main text, e.g. starting with page 1 on page 10 and roman numerals before that. Just have a section break between the front matter and main text, then give each its own footer — you can have as many different sections as you like and they can each have different footers and headers.
[attachment=0]Screenshot 2020-10-03 at 11.10.22.png[/attachment]
-
You can definitely have tables of contents and an Index of First Lines, changing to reflect any changes to titles / page numbers you make. All you do is right click on the TOC or Index and choose Update Fields.
[attachment=1]Screenshot 2020-10-03 at 10.39.00.png[/attachment]
(The screenshot is from a dummy Word document I set up to test this post… the index was created using the Insert > Index and Tables… > Index feature with each first line marked manually.)
The two areas which are a bit more complicated are
Automatically marking the first lines to appear in the index of first lines.
It is possible to do this automatically, but it seems to involve writing a macro to replicate the manual process.
The manual process is simply:
- Go to the title of the first poem
- Go down a line to the first line and highlight it
- Press the Mark for Index button
- Go to the next poem…
If you record a macro of you doing this once and give it a shortcut, even 300 poems won’t take all that long to mark manually: a pain, but not undoable.
You could of course write a macro to automate this even further: this link suggests one way the macro could be written: https://answers.microsoft.com/en-us/msoffice/forum/all/use-styles-to-mark-index-entry/329df63e-8a8f-4a88-a2b1-eefd19d7475c but this involves programming and is probably over the top for a once-off operation.
Different footnote streams
In your first post you talk about different footer page numbers for front matter and the main text, which is easily doable, but in your last post you talk about different arbitrary numbers for footnotes, which isn’t…
AIUI, Word only allow you two different types of footnote marker — one for ‘footnotes’ (which appear at the bottom of the relevant page) and one for ‘endnotes’ (at the end of the section/chapter/book/whatever). You can have different types of marker (roman, arabic, symbols) for each type, but all footnotes must stick to the same type, etc.
It seems to me that the only dealbreaker is the need for different footnote / endnote markers, everything else can be done within Word.
If you can live with that compromise, as Katherine says, you could concentrate on getting the structure and words right in Scrivener and then deal with the footer pages, TOC and Index in Word. Then you’d get the best of both worlds.
HTH