]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/analysis-brackets-above-the-staff.ly
Doc-fr: Learning Manual full update
[lilypond.git] / input / lsr / analysis-brackets-above-the-staff.ly
index ab45f2c97563af8128fd0410a2d309b65b2e8210..d364a6bf0e6cb40d15795d5c74d7a34c07ffafa0 100644 (file)
@@ -1,10 +1,11 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.55"
+\version "2.13.1"
 
 \header {
   lsrtags = "editorial-annotations, tweaks-and-overrides"
 
+%% Translation of GIT committish: 00e3a8264e138ad61b4f115a173190d5e9dc7533
   texidoces = "
 De forma predeterminada se añaden corchetes de análisis sencillos
 debajo del pentagrama.  El ejemplo siguiente muestra una manera de
@@ -21,15 +22,16 @@ 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
 }