On 2/12/07, Matt <[EMAIL PROTECTED]> wrote:
Hi there,

could someone please tell me how to get analysis
brackets to appear above the stave?

Hi Matt,

8.5.6 "Analysis brackets" mentions HorziontalBracket. So we override
the direction of that grob.

%%% BEGIN %%%

    \score {
      \relative c'' {
        c4\startGroup\startGroup
        c4\stopGroup
        c4\startGroup
        c4\stopGroup\stopGroup
      }
      \layout {
        \context {
          \Staff \consists "Horizontal_bracket_engraver"
         \override HorizontalBracket #'direction = #up
    }}}

%%% END %%%

Note no apostrophe before numbers, colors or directions like #up and #down.



--
Trevor Bača
[EMAIL PROTECTED]

Attachment: up-brackets.png
Description: PNG image

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to