Le vendredi 17 février 2023 à 11:03 +0100, Johannes Roeßler a écrit :
> Hi Michael,
>
>
> I tried to tweak what you sent - I need it in the opposite way, moving
> the sign to the left - in the internal reference it might be
> "direction"?
>
> But I have no clue how to use it.
On Fri, Feb 17, 2023 at 2:36 AM Johannes Roeßler wrote:
> Hi Michael and David,
>
> thx for your help..
>
> \relative c'' {
> c c \breathe c c \break
> c c
> \tweak space-alist.next-note #'(fixed-space . 3) \breathe c c
> }
>
> is there something like "previous-note"?
>
> it's not moving cl
Hi Michael and David,
thx for your help..
\relative c'' {
c c \breathe c c \break
c c
\tweak space-alist.next-note #'(fixed-space . 3) \breathe c c
}
is there something like "previous-note"?
it's not moving closer to the previous note, just moving it further away
from the next one:
Jo
On Fri, Feb 17, 2023 at 5:07 AM David Kastrup wrote:
> Michael Werner writes:
>
> >
> > For some reason Lilypond complained if I left out the right-edge
> > entry.
>
> It is not that you left out the right-edge entry, it is that you removed
> it. The way you have written your override, it remov
Hi Joei.
On Fri, Feb 17, 2023 at 5:03 AM Johannes Roeßler wrote:
> Hi Michael,
>
> I tried to tweak what you sent - I need it in the opposite way, moving the
> sign to the left - in the internal reference it might be "direction"?
>
Nope. Just remove the negative from the number. Negative moves
Michael Werner writes:
> Hi Joei.
>
> Checking the Internals Reference (
> http://lilypond.org/doc/v2.25/Documentation/internals/breathingsign )
> there's an alist for the BreathingSign that contains spacing. Looks like
> the next-note one is what you might be looking for. I gave it a whirl here
Hi Michael,
I tried to tweak what you sent - I need it in the opposite way, moving
the sign to the left - in the internal reference it might be "direction"?
But I have no clue how to use it.
Joei
Hi Joei.
Checking the Internals Reference (
http://lilypond.org/doc/v2.25/Documentation/internal
Hi Joei.
Checking the Internals Reference (
http://lilypond.org/doc/v2.25/Documentation/internals/breathingsign )
there's an alist for the BreathingSign that contains spacing. Looks like
the next-note one is what you might be looking for. I gave it a whirl here
with these results:
music = \relati
Hi Group,
how do I move a breath mark horizontally?
I've tried
"\override Voice.BreathingSign.x-offset = #-3 \breathe"
But it didn't work...
Best regards
Joei