lilypond-user
[Top][All Lists]
Advanced

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

Re: Analysis Brackets


From: Trevor Bača
Subject: Re: Analysis Brackets
Date: Mon, 12 Feb 2007 13:29:49 -0600

On 2/12/07, Matt <address@hidden> 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
address@hidden

Attachment: up-brackets.png
Description: PNG image


reply via email to

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