They can go
This does what I want
(d-AddVerse)
;LyricFontSize
(let ((text #f))
(d-InsertTextInVerse (string-append "\n\\override LyricText.font-size =
#-2 \n"))
(d-SetSaved #f))
;InsertStanzaNumber
(let ((text "1. "))
(set! text "Ch.")
(d-InsertTextInVerse (string-append "\\set stanza = \\markup {"
"\\fontsize #-2 " text "}\n"))
(d-SetSaved #f))
It is easier to put the command in and then edit the stanza line than
doing it interactively (for my purposes anyway)
And I think I could lose the first SetSaved command.
Joe
On 17/11/2019 15:52, Richard Shann wrote:
On Sun, 2019-11-17 at 15:26 +0000, Joe Wilkinson wrote:
On second thoughts, not so sure about clearing lyrics; mine are also
full of size and font directives!
I think they should go - it would be nice to save any opening lyric
setup commands in the first verse, but that's for another time. You
should be able to create a button to insert a set of lyric fonts size
etc syntax - indeed you could make inserting that part of a customized
Add Lyric Verse command so you didn't need to do it separately. Ask if
you are unsure...
Richard