]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/analysis-brackets-above-the-staff.ly
LSR: Update.
[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.12.3"
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
25 \layout {
26   \context {
27     \Voice
28     \consists "Horizontal_bracket_engraver"
29   }
30 }
31 \relative c'' {
32   \once \override HorizontalBracket #'direction = #UP
33   c2\startGroup
34   d2\stopGroup
35 }
36