LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / analysis-brackets-above-the-staff.ly
blob641ab3b3f7fc813c9743cbe4df0f6ca8df3c2967
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "editorial-annotations, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 De forma predeterminada se añaden corchetes de análisis sencillos
12 debajo del pentagrama. El ejemplo siguiente muestra una manera de
13 colocarlos por encima.
16 doctitlees = "Corchetes de análisis encima del pentagrama"
18 texidoc = "
19 Simple horizontal analysis brackets are added below the staff by
20 default. The following example shows a way to place them above the
21 staff instead.
24 doctitle = "Analysis brackets above the staff"
25 } % begin verbatim
27 \layout {
28 \context {
29 \Voice
30 \consists "Horizontal_bracket_engraver"
33 \relative c'' {
34 \once \override HorizontalBracket #'direction = #UP
35 c2\startGroup
36 d2\stopGroup