[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < Alternative Taktnummerierung ] | [ Up : Tweaks and overrides ] | [ Analysis brackets with labels > ] |
Analysis brackets above the staff
Simple horizontal analysis brackets are added below the staff by default. The following example shows a way to place them above the staff instead.
\layout { \context { \Voice \consists "Horizontal_bracket_engraver" } } \relative c'' { \once \override HorizontalBracket.direction = #UP c2\startGroup d2\stopGroup }