X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fanalysis-brackets-above-the-staff.ly;h=f823565e6229acea87dee121e5e8d486470a600f;hb=c88c04b95d775c57044f5fbf442bc69be549d19e;hp=11877b6de16e8572c82b1f394adb125cd4ebea81;hpb=ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed;p=lilypond.git diff --git a/Documentation/snippets/analysis-brackets-above-the-staff.ly b/Documentation/snippets/analysis-brackets-above-the-staff.ly index 11877b6de1..f823565e62 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 -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.16" +\version "2.18.0" \header { - lsrtags = "editorial-annotations, tweaks-and-overrides" - -%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74 - 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 @@ -30,9 +24,9 @@ staff instead. \consists "Horizontal_bracket_engraver" } } + \relative c'' { - \once \override HorizontalBracket #'direction = #UP + \once \override HorizontalBracket.direction = #UP c2\startGroup d2\stopGroup } -