Next: Coloring objects, Previous: Easy Notation note heads, Up: Educational use
Brackets are used in musical analysis to indicate structure in musical
pieces. LilyPond supports a simple form of nested horizontal
brackets. To use this, add the Horizontal_bracket_engraver
to Staff context. A bracket is started with
\startGroup
and closed with \stopGroup
\score { \relative c'' { c4\startGroup\startGroup c4\stopGroup c4\startGroup c4\stopGroup\stopGroup } \layout { \context { \Staff \consists "Horizontal_bracket_engraver" }}}
Program reference: HorizontalBracket.
Next: Coloring objects, Previous: Easy Notation note heads, Up: Educational use
Esta página corresponde a LilyPond-2.11.28 (rama de desarrollo).
Informe de los fallos a http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.