Oops, I have a space before x-right that should not be there. On Sun, Mar 29, 2026 at 8:31 AM Carl Sorensen <[email protected]> wrote:
> > You need to quasiquote the expression, and evaluate the arguments by > preceding them with a comma. > > >> >> \once\override HorizontalBracket.shorten-pair = #'( x-left . >> x-right) #}) >> > > needs to be > > \once \override HorizontalBracket.shorten-pair = #`( ,x-left . , x-right) > #}) > make that \once \override HorizontalBracket.shorten-pair = #`( ,x-left . ,x-right) #}) Carl >
