lilypond-user
[Top][All Lists]
Advanced

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

Re: Analysis brackets


From: David Nalesnik
Subject: Re: Analysis brackets
Date: Tue, 7 Apr 2020 22:00:14 -0500

On Tue, Apr 7, 2020 at 11:07 AM Michael Taylor
<address@hidden> 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
}



reply via email to

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