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: Jean Abou Samra
Subject: Re: 2.23..13 hairpins in brackets
Date: Thu, 6 Oct 2022 20:06:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1

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'\!
}


Best,
Jean




reply via email to

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