lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adjusting position of breath-marks


From: Kieren MacMillan
Subject: Re: Adjusting position of breath-marks
Date: Sun, 15 Dec 2024 10:29:25 -0500

Hi David,

I’m not sure if you ever got a response to this email? (The list archive 
suggests the answer is no…)
Note that including a small working example would improve your chances of 
having someone respond.

> Using something like "\override BreathingSign.X-offset = #1" simply doesn't 
> work.  Specifying the context in the override doesn't help.  I don't 
> understand why this doesn't work

There have been threads recently about exactly this issue of certain grobs not 
being affected by attempts to modify certain properties — hopefully that will 
be addressed soon in a way that is less frustrating for the user(s).

> I can get the BreathingSign positioned where I want it using 'extra-offset', 
> rather than 'X-offset'.

As you probably know, extra-offset should be a last resort. Have you tried 
extra-spacing-width instead?

%%%  SNIPPET BEGINS
\version "2.23.82"

pBreathe =
  \tweak BreathingSign.font-size 2
  \tweak BreathingSign.extra-spacing-width #'(0 . 1.5)
  \parenthesize
  \breathe

music = {
  c''4 4 \pBreathe 2\fermata
}
%%%  SNIPPET ENDS

> It would be better still if there were some way of getting the BreathingSign 
> and the Parentheses to move with a single command specifying the X shift I 
> want.
> Any suggestions?

Sounds like a job for a music function!  :)

Hope this helps!
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]