On 10/7/22 17:48, Paul Scott wrote:

Thank you for your answer.  It may take me a while to process yours and the other two answers that I got.

Paul


On 10/6/22 11:19 AM, Xavier Scheuer wrote:
On Thu, 6 Oct 2022 at 19:59, Paul Scott <waterho...@ultrasw.com> wrote:
>
> In 2.23.13 Notation 1.3.1 shows how to mix normal text with dynamic text.
>
> Is there a way to mix normal text, brackets specifically, with
> hairpins?  This is used in the U.S. Marine Band versions of the Sousa
> marches.

Hello,

Not sure if it corresponds to your request, but it is possible to get hairpins between brackets by changing the stencil of Parentheses.

#(define-public (bracket-stencils grob)
  (let ((lp (grob-interpret-markup grob (markup #:fontsize 3.5 #:translate (cons -0.3 -0.5) "[")))         (rp (grob-interpret-markup grob (markup #:fontsize 3.5 #:translate (cons 0 -0.5) "]"))))
    (list lp rp)))

{
  \override Parentheses.stencils = #bracket-stencils
  c'1-\parenthesize \< |
  c'1\!
}

Cheers,
Xavier


This one doesn't seem to  work in 2.23.13 or 2.23.14.

Paul



Reply via email to