On 24.10.19 23:51, David Kastrup wrote:
\version "2.19.83"
placeAbsolute = #(define-event-function (xy ev) (pair? ly:music?)
#{
\tweak whiteout ##t
\tweak outside-staff-priority ##f
\tweak Y-offset 0
On 10/24/2019 5:39 PM, Simon Albrecht wrote:
On 24.10.19 23:30, Ben wrote:
Is there any way to adjust that so it always takes up a full chunk of
the hairpin regardless of the true size of the markup?
Of course. Try using markup with \with-dimensions or
\with-dimensions-from; maybe also overri
Simon Albrecht writes:
> On 24.10.19 18:33, Ben wrote:
>> Is it possible to whiteout hairpins?
>
> Of course—the real problem here is that you have to make the hairpin
> ignore the markup for its placement. Here’s a fidgety solution:
>
> %%
> \version "2.19.83"
>
> placeAbsolute = #(defin
On 24.10.19 23:30, Ben wrote:
Is there any way to adjust that so it always takes up a full chunk of
the hairpin regardless of the true size of the markup?
Of course. Try using markup with \with-dimensions or
\with-dimensions-from; maybe also override whiteout-style.
HTH, Simon
On 10/24/2019 5:14 PM, Simon Albrecht wrote:
On 24.10.19 18:33, Ben wrote:
Is it possible to whiteout hairpins?
Of course—the real problem here is that you have to make the hairpin
ignore the markup for its placement. Here’s a fidgety solution:
%%
\version "2.19.83"
placeAbsolute =
On 24.10.19 18:33, Ben wrote:
Is it possible to whiteout hairpins?
Of course—the real problem here is that you have to make the hairpin
ignore the markup for its placement. Here’s a fidgety solution:
%%
\version "2.19.83"
placeAbsolute = #(define-event-function (xy ev) (pair? ly:mus