]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/analysis-brackets-above-the-staff.ly
LSR: Update.
[lilypond.git] / input / lsr / analysis-brackets-above-the-staff.ly
index 59f36b225289482e8d1760a5527a4eafddcd4dec..d3f9040695395feb165513f059fe625d58a59637 100644 (file)
@@ -22,14 +22,13 @@ staff instead.
   doctitle = "Analysis brackets above the staff"
 } % begin verbatim
 \layout {
- \context {
-   \Voice
-   \consists "Horizontal_bracket_engraver"
- }
 \context {
+    \Voice
+    \consists "Horizontal_bracket_engraver"
 }
 }
 \relative c'' {
- \once \override HorizontalBracket #'direction = #UP
- c2\startGroup
d\stopGroup
 \once \override HorizontalBracket #'direction = #UP
 c2\startGroup
 d2\stopGroup
 }
-