]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/analysis-brackets-above-the-staff.ly
LSR reimport because of issue 3584 changing version numbers
[lilypond.git] / Documentation / snippets / analysis-brackets-above-the-staff.ly
index 75aa9b1a19aec4e1b87c19fcbb0c70d8082273f2..02a153baf72892b55707de56674247841d2bdac0 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
-  lsrtags = "editorial-annotations, tweaks-and-overrides"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-De forma predeterminada se añaden corchetes de análisis sencillos
-debajo del pentagrama.  El ejemplo siguiente muestra una manera de
-colocarlos por encima.
-
-"
-  doctitlees = "Corchetes de análisis encima del pentagrama"
+  lsrtags = "editorial-annotations, really-simple, tweaks-and-overrides"
 
   texidoc = "
 Simple horizontal analysis brackets are added below the staff by
@@ -27,6 +18,7 @@ staff instead.
   doctitle = "Analysis brackets above the staff"
 } % begin verbatim
 
+
 \layout {
   \context {
     \Voice
@@ -34,8 +26,7 @@ staff instead.
   }
 }
 \relative c'' {
-  \once \override HorizontalBracket #'direction = #UP
+  \once \override HorizontalBracket.direction = #UP
   c2\startGroup
   d2\stopGroup
 }
-