denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "New from Current" - an instant "template" from your current score.


From: Joe Wilkinson
Subject: Re: "New from Current" - an instant "template" from your current score.
Date: Sun, 17 Nov 2019 21:32:57 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]