]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/analysis-brackets-above-the-staff.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / analysis-brackets-above-the-staff.ly
index 1508004bd2c357756072fac1298b3b7b9e4d00f9..65baecd336c3c4dc28764542a3d4468c4513785b 100644 (file)
@@ -1,19 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.20"
+\version "2.16.0"
 
 \header {
-  lsrtags = "editorial-annotations, tweaks-and-overrides"
-
-%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
-  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
@@ -24,6 +18,7 @@ staff instead.
   doctitle = "Analysis brackets above the staff"
 } % begin verbatim
 
+
 \layout {
   \context {
     \Voice
@@ -35,4 +30,3 @@ staff instead.
   c2\startGroup
   d2\stopGroup
 }
-