Re: Raising all metronome marks

2024-04-03 Thread Ben Bradshaw
Ah man! Forgetting the Score context in my override strikes again! The
padding was my initial choice, but that wasn't working either.

Thanks for the help, one of these days I'll remember to check that first
when something isn't working how I think it should.

Best,
Ben

On Wed, Apr 3, 2024, 12:03 AM Sebastien Richard 
wrote:

>
> Hello,
>
> Here is what I mostly use :
>
> \override Score.MetronomeMark.padding = #6
>
> just before the tempo mark (works with lilypond 2.24.2)
>
>
> I have another example with a markup but it's much more complex (I can
> send it if you want)
>
> BR,
>
> ---
>  Sébastien
>
>
> --
> *From:* lilypond-user-bounces+richardsgjm=hotmail@gnu.org
>  on behalf of Ben
> Bradshaw 
> *Sent:* Wednesday, April 3, 2024 05:52
> *To:* Lily Pond 
> *Subject:* Raising all metronome marks
>
> Hello,
> I like my tempo markings to be a bit higher than the default in lilypond.
> I'm struggling to figure out how to globally raise them. I can do it
> locally with \offset Y-offset 3 for instance, of \tweak Y-offset #3, but I
> can't get it to work globally. I've tried \override MetronomeMark.Y-offset
> = #3 as well as \offset Y-offset 3 MetronomeMark , but neither seems to
> work. Any suggestions?
>
> Thanks,
> Ben
>


Re: Raising all metronome marks

2024-04-03 Thread Sebastien Richard

Hello,

Here is what I mostly use :

\override Score.MetronomeMark.padding = #6

just before the tempo mark (works with lilypond 2.24.2)


I have another example with a markup but it's much more complex (I can send it 
if you want)

BR,

---
 Sébastien



From: lilypond-user-bounces+richardsgjm=hotmail@gnu.org 
 on behalf of Ben 
Bradshaw 
Sent: Wednesday, April 3, 2024 05:52
To: Lily Pond 
Subject: Raising all metronome marks

Hello,
I like my tempo markings to be a bit higher than the default in lilypond. I'm 
struggling to figure out how to globally raise them. I can do it locally with 
\offset Y-offset 3 for instance, of \tweak Y-offset #3, but I can't get it to 
work globally. I've tried \override MetronomeMark.Y-offset = #3 as well as 
\offset Y-offset 3 MetronomeMark , but neither seems to work. Any suggestions?

Thanks,
Ben


Raising all metronome marks

2024-04-02 Thread Ben Bradshaw
Hello,
I like my tempo markings to be a bit higher than the default in lilypond.
I'm struggling to figure out how to globally raise them. I can do it
locally with \offset Y-offset 3 for instance, of \tweak Y-offset #3, but I
can't get it to work globally. I've tried \override MetronomeMark.Y-offset
= #3 as well as \offset Y-offset 3 MetronomeMark , but neither seems to
work. Any suggestions?

Thanks,
Ben