On Sun 10 Nov 2024 at 22:46:54 (-0800), Walt North wrote:
> You mention deferring interpretation. I'm not familiar with that and I
> haven't found information on that in the docs. Can you point me?
>
> "you would still need to defer polly's interpretation"
s/interpretation/evaluation/ might be
You mention deferring interpretation. I'm not familiar with that and I haven't
found information on that in the docs. Can you point me?
"you would still need to defer polly's interpretation"
On Sun 10 Nov 2024 at 10:48:15 (-0800), Walt North wrote:
> Typically I use variables for reuse to create one sheet for piano and
> one sheet for rhythm guitar. I would hide the staff from guitar player
> with nullvoice (saving paper space). The lyrics are aligned with the
> melody the piano sees.
Why is your NullVoice inside a Devnull? The whole point of allowing Score
to explicitly accept NullVoice is to put NullVoice directly in your score
at the same level as your ChordNames. Anything you put inside Devnull will
disappear into a black hole.
On Sun, Nov 10, 2024 at 1:48 PM Walt North wr