Jump to content

Analysis brackets: Difference between revisions

From LilyPond wiki
m Remove LSR link
m New category
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
As demonstrated in the second measure, such analysis brackets can be nested.
As demonstrated in the second measure, such analysis brackets can be nested.


<lilypond version="2.24.0">
<lilypond version="2.24">
\layout {
\layout {
   \context {
   \context {
Line 20: Line 20:
[[Category:Editorial annotations]]
[[Category:Editorial annotations]]
[[Category:Really simple]]
[[Category:Really simple]]
[[Category:Snippet]]

Latest revision as of 23:20, 21 November 2025

Brackets can be used in musical analysis to indicate the structure of the pieces.

As demonstrated in the second measure, such analysis brackets can be nested.

\version "2.24"

\layout {
  \context {
    \Voice
    \consists "Horizontal_bracket_engraver"
  }
}
\relative c'' {
  c4\startGroup\startGroup
  d4\stopGroup
  e4\startGroup
  d4\stopGroup\stopGroup
}