Re: Hairpin whiteout problem

2019-10-24 Thread Simon Albrecht
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  

Re: Hairpin whiteout problem

2019-10-24 Thread Ben
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

Re: Hairpin whiteout problem

2019-10-24 Thread David Kastrup
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

Re: Hairpin whiteout problem

2019-10-24 Thread Simon Albrecht
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

Re: Hairpin whiteout problem

2019-10-24 Thread Ben
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 =

Re: Hairpin whiteout problem

2019-10-24 Thread Simon Albrecht
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