]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/analysis-brackets-above-the-staff.ly
Merge master into nested-bookparts
[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.62"
4
5 \header {
6   lsrtags = "editorial-annotations, tweaks-and-overrides"
7
8   texidoces = "
9 De forma predeterminada se añaden corchetes de análisis sencillos
10 debajo del pentagrama.  El ejemplo siguiente muestra una manera de
11 colocarlos por encima.
12
13 "
14   doctitlees = "Corchetes de análisis encima del pentagrama"
15
16   texidoc = "
17 Simple horizontal analysis brackets are added below the staff by
18 default. The following example shows a way to place them above the
19 staff instead.
20
21 "
22   doctitle = "Analysis brackets above the staff"
23 } % begin verbatim
24 \layout {
25  \context {
26    \Voice
27    \consists "Horizontal_bracket_engraver"
28  }
29 }
30 \relative c'' {
31  \once \override HorizontalBracket #'direction = #UP
32  c2\startGroup
33  d\stopGroup
34 }
35