| [ << Really simple ] | [Top][Contents] | [ Scheme >> ] |
| [ < Adding fingerings to a score ] | [ Up: Really simple ] | [ Changing a single note’s size in a chord > ] |
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 }
| [ << Really simple ] | [Top][Contents] | [ Scheme >> ] |
| [ < Adding fingerings to a score ] | [ Up: Really simple ] | [ Changing a single note’s size in a chord > ] |