[ << Editorial annotations ] | [Top][Contents] | [ Text >> ] |
[ < Claus d’anàlisis a sobre del pentagrama ] | [ Up : Editorial annotations ] | [ Aplicar estils de cap segons la nota de l’escala > ] |
Analysis brackets with labels
Text markup may be added to analysis brackets through the text
property of the HorizontalBracketText
grob. Adding different
texts to brackets beginning at the same time requires the
\tweak
command.
Bracket text will be parenthesized after a line break.
\paper { tagline = ##f } \layout { \context { \Voice \consists "Horizontal_bracket_engraver" \override HorizontalBracket.direction = #UP } } { \once\override HorizontalBracketText.text = "a" c''\startGroup d''\stopGroup \once\override HorizontalBracketText.text = "a'" e''\startGroup d''\stopGroup | c''-\tweak HorizontalBracketText.text \markup \bold \huge "b" \startGroup -\tweak HorizontalBracketText.text "a" \startGroup d''\stopGroup e''-\tweak HorizontalBracketText.text "a'" \startGroup d''\stopGroup\stopGroup | c''-\tweak HorizontalBracketText.text foo \startGroup d'' e'' f'' | \break g'' a'' b'' c'''\stopGroup }
[ << Editorial annotations ] | [Top][Contents] | [ Text >> ] |
[ < Claus d’anàlisis a sobre del pentagrama ] | [ Up : Editorial annotations ] | [ Aplicar estils de cap segons la nota de l’escala > ] |