]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/analysis-brackets-above-the-staff.ly
Adapt doc to reflect fix for #647.
[lilypond.git] / input / lsr / analysis-brackets-above-the-staff.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.52"
4
5 \header {
6   lsrtags = "editorial-annotations, tweaks-and-overrides"
7
8   texidoc = "
9 Simple horizontal analysis brackets are added below the staff by
10 default. The following example shows a way to place them above the
11 staff instead.
12
13 "
14   doctitle = "Analysis brackets above the staff"
15 } % begin verbatim
16 \layout {
17  \context {
18    \Voice
19    \consists "Horizontal_bracket_engraver"
20  }
21 }
22 \relative c'' {
23  \once \override HorizontalBracket #'direction = #UP
24  c2\startGroup
25  d\stopGroup
26 }
27