lilypond-user
[Top][All Lists]
Advanced

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

Re: Control of score visibility based on variables


From: Matthew Fong
Subject: Re: Control of score visibility based on variables
Date: Tue, 1 Dec 2020 19:12:36 -0800

Hello Vaughan,

I lifted an idea from your solution. I was looking for the if-statement, and didn't know the syntax for doing so. My solution looks like:

isAmenFPO = ##t

$(if (eq? isAmenFPO #t)
    #{
        \score { ...
        } % end score
    #}
)


Many thanks,
mattfong


On Tue, Dec 1, 2020 at 7:15 AM Matthew Fong <oxengen@gmail.com> wrote:
Hello Vaughan,

Many thanks for this. I haven't read up using books. This seems like it will do the trick!


mattfong

On Mon, Nov 30, 2020 at 8:22 PM Vaughan McAlley <vaughan@mcalley.net.au> wrote:
On Tue, 1 Dec 2020 at 04:08, Matthew Fong <oxengen@gmail.com> wrote:
>
> Hello everyone,
>
> I have multiple scores in my LilyPond file, and I was wondering if there is a programmatic way to selectively hide and show scores based on variables, or would this have to be done at the note and lyrics level?
>
>
> Many thanks,
> mattfong

Hi Matthew,

I used something like the attached file for a big eight-movement work…

Cheers,
Vaughan



reply via email to

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