Hi all!
I’m curious… For years I’ve been using the following snippet for absolute font
sizing:
%%%
allowGrobCallback =
#(define-scheme-function (parser location syms) (symbol-list?)
(let ((interface (car syms))
(sym (cadr syms)))
#{
\with {
\consists #(lambda (co
On 9/22/2015 4:21 PM, tisimst wrote:
On 9/22/2015 12:40 PM, Kieren MacMillan [via Lilypond] wrote:
Hi Wol (et al.),
> Multiple scores are for multiple movements of the same work.
Not precisely… \bookpart will always start a new page, and sometimes
you want/need to start a new piece (n.b., not
On 9/2/24 12:10 PM, Xavier Scheuer wrote:
On Mon, 2 Sept 2024 at 20:56, Paul Scott wrote:
>
> How do I remove the "tr" from a TrillSpanner or is there an object that
> is just the wavy line? I thought I had done this before but I didn't see
> it in NR 1.3.3 or snippets.
Hello,
\override Trill
Is it possible to remove empty tabstaff lines similar to removing empty
staff lines using \RemoveAllEmptyStaves?
Is it possible to use partcombine with TabStaff?
How do I remove the "tr" from a TrillSpanner or is there an object that
is just the wavy line? I thought I had done this before but I didn't see
it in NR 1.3.3 or snippets.
TIA,
Paul
On Mon, 2 Sept 2024 at 20:56, Paul Scott wrote:
>
> How do I remove the "tr" from a TrillSpanner or is there an object that
> is just the wavy line? I thought I had done this before but I didn't see
> it in NR 1.3.3 or snippets.
Hello,
\override TrillSpanner.bound-details.left.text = ""
If you
Hello,
after updating a lilypond-based toolchain on one of my PCs to the latest
version (2.24.4), I ran into a problem with lilypond-book. I'm not sure if
the problem is with lilypond or with python, however here is the issue:
I use the following command in a python script:
subprocess.run(["lily
I believe that this should simply work, though I haven't tried it myself.
Saul
On Mon, Sep 2, 2024 at 6:31 PM Walt North wrote:
> Is it possible to remove empty tabstaff lines similar to removing empty
> staff lines using\RemoveAllEmptyStaves?
>
>
It might be possible, but I think it would require some fairly advanced
customization. The function \partCombine creates Voices that it uses, and
TabStaff uses TabVoices. Whether there would be issues beyond that, I'm not
sure.
Saul
On Mon, Sep 2, 2024 at 6:42 PM Walt North wrote:
> Is it possi
Thanks.
It didn't work when I tried (comparing an empty Staff line to an empty
TabStaff line) so thought maybe there was some different syntax for
TabStaff. In any case it's not a big deal - I can work around it. I
find that Lilypond usually does 95% of what I need and the rest I can
usuall
Thanks, I suspected that might be the case. For my current need I will
just work around it. It's not worth putting a lot of effort into it for
this particular use case.
I'm a fan of lilypond but every once in a while does get little cranky
in some cases. Well... maybe not cranky - just a lit
Can you post your minimal example? I can't think of a reason it wouldn't
work.
On Tue, Sep 3, 2024 at 12:27 AM Walt North wrote:
> Thanks.
>
> It didn't work when I tried (comparing an empty Staff line to an empty
> TabStaff line) so thought maybe there was some different syntax for
> TabStaff.
On Tue, 3 Sept 2024 at 06:28, Walt North wrote:
>
> Thanks.
>
> It didn't work when I tried (comparing an empty Staff line to an empty
TabStaff line) so thought maybe there was some different syntax for
TabStaff. In any case it's not a big deal - I can work around it. I find
that Lilypond usuall
14 matches
Mail list logo