X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fanalysis-brackets-above-the-staff.ly;h=cb0a4d0a9231353e2e14f60b04699eb9cb68d586;hb=9d6de982fe5be4786a9bc8ff71d577042dbba61f;hp=e7b341b7c3e4270e129ec1ed784532e307d57056;hpb=f5387a5c986393052bc9443ebd9b6cd9f14c6887;p=lilypond.git diff --git a/Documentation/snippets/analysis-brackets-above-the-staff.ly b/Documentation/snippets/analysis-brackets-above-the-staff.ly index e7b341b7c3..cb0a4d0a92 100644 --- a/Documentation/snippets/analysis-brackets-above-the-staff.ly +++ b/Documentation/snippets/analysis-brackets-above-the-staff.ly @@ -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.10" +\version "2.17.25" \header { - lsrtags = "editorial-annotations, tweaks-and-overrides" - -%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 - 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 @@ -31,8 +26,7 @@ staff instead. } } \relative c'' { - \once \override HorizontalBracket #'direction = #UP + \once \override HorizontalBracket.direction = #UP c2\startGroup d2\stopGroup } -