Re: broken bar line across staff

2024-01-31 Thread Knute Snortum
On Wed, Jan 31, 2024 at 6:12 AM Robert Garrigos  wrote:

> Hi all,
>
> My first post in this list.
>
> Is there a way to accomplish this?
>
>
> the bar line across the staff is broken to enable the text to be more
> visible
>

The way I do it is to use whiteout and padding in the markup:

\markup \whiteout \pad-markup #0.5  "cresc. ed agitato"


--
Knute Snortum


Re: broken bar line across staff

2024-01-31 Thread Xavier Scheuer
On Wed, 31 Jan 2024 at 15:12, Robert Garrigos  wrote:
>
> Hi all,
>
> My first post in this list.
>
> Is there a way to accomplish this?
>
>
> the bar line across the staff is broken to enable the text to be more
visible

Hello,

Sure, use the whiteout property.
In this case you will need to put the layer of the DynamicTextSpanner (or
TextScript if you used a Text script) greater than the layer of SpanBar.
There is an example of Using the whiteout property in NR 5.4.7 Visibility
of objects > Painting objects white
https://lilypond.org/doc/v2.25/Documentation/notation/painting-objects-white

Kind regards,
Xavier


broken bar line across staff

2024-01-31 Thread Robert Garrigos
Hi all,

My first post in this list.

Is there a way to accomplish this?


the bar line across the staff is broken to enable the text to be more visible

Thanks

Robert