lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.23..13 hairpins in brackets


From: Paul Scott
Subject: Re: 2.23..13 hairpins in brackets
Date: Mon, 10 Oct 2022 20:49:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1


On 10/7/22 17:44, Paul Scott wrote:
Thank you for your answer.  It may take me a while to process yours and the two other answers that I got.

Paul

On 10/6/22 11:06 AM, Jean Abou Samra wrote:
Le 06/10/2022 à 19:31, Paul Scott a écrit :
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.

Thank you for any ideas,



Do you mean something like this?

\version "2.23.13"

\markup format-bracket =
  \markup \large \vcenter \etc

{
  \once \override Parentheses.stencils =
    #(lambda (grob)
       (list (grob-interpret-markup grob (make-format-bracket-markup "["))              (grob-interpret-markup grob (make-format-bracket-markup "]"))))
  \once \override Parentheses.padding = 0.8
  c'\parenthesize\<
  d' d' c'\!
}

Can I also include a dynamic like mp inside the same bracket?

Thank you,

Paul





reply via email to

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