On Tue, Apr 7, 2020 at 11:07 AM Michael Taylor
<[email protected]> wrote:
> Would it be possible in a future version to have the option of placing text
> within analysis brackets as well as the default above? MT
HorizontalBracketText.direction with a little more tweaking than
should be necessary.
\layout {
\context {
\Voice
\consists "Horizontal_bracket_engraver"
\override HorizontalBracket.direction = #UP
}
}
{
\once\override HorizontalBracketText.direction = #DOWN
\once\override HorizontalBracketText.text = "a"
\once\override HorizontalBracketText.padding = #-0.5
\once\override HorizontalBracket.padding = 1
c''\startGroup d''\stopGroup
}