]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/analysis-brackets-above-the-staff.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / analysis-brackets-above-the-staff.ly
index b7b5996d23fc07cd65dab11620cf0c5a8272bbc1..e2f61328dfbd3c7e3cbe722c37196c9cecd461d8 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "editorial-annotations, tweaks-and-overrides"
-
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
-  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 = "really-simple, editorial-annotations, 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
@@ -38,4 +30,3 @@ staff instead.
   c2\startGroup
   d2\stopGroup
 }
-