Re: Moving breath mark horizontally

2023-02-17 Thread Jean Abou Samra
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.

Re: Moving breath mark horizontally

2023-02-17 Thread Knute Snortum
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

Re: Moving breath mark horizontally

2023-02-17 Thread Johannes Roeßler
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

Re: Moving breath mark horizontally

2023-02-17 Thread Michael Werner
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

Re: Moving breath mark horizontally

2023-02-17 Thread Michael Werner
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

Re: Moving breath mark horizontally

2023-02-17 Thread David Kastrup
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

Re: Moving breath mark horizontally

2023-02-17 Thread Johannes Roeßler
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

Re: Moving breath mark horizontally

2023-02-17 Thread Michael Werner
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

Moving breath mark horizontally

2023-02-17 Thread Johannes Roeßler
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