X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fanalysis-brackets-above-the-staff.ly;h=ab6b0672b841325ac993377aa3b95116b7c55c1f;hb=0387f04497978e37b335a8b99eec905499d6ad0f;hp=7cb08f2b2a949b0154e947790236ec1c2fcdf46c;hpb=1f419a2af14d4a5daf9bc9eb5f7368eedb5c6021;p=lilypond.git diff --git a/input/lsr/analysis-brackets-above-the-staff.ly b/input/lsr/analysis-brackets-above-the-staff.ly index 7cb08f2b2a..ab6b0672b8 100644 --- a/input/lsr/analysis-brackets-above-the-staff.ly +++ b/input/lsr/analysis-brackets-above-the-staff.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.61" +\version "2.11.64" \header { lsrtags = "editorial-annotations, tweaks-and-overrides" @@ -21,15 +21,15 @@ staff instead. " doctitle = "Analysis brackets above the staff" } % begin verbatim + \layout { - \context { - \Voice - \consists "Horizontal_bracket_engraver" - } + \context { + \Voice + \consists "Horizontal_bracket_engraver" + } } \relative c'' { - \once \override HorizontalBracket #'direction = #UP - c2\startGroup - d\stopGroup + \once \override HorizontalBracket #'direction = #UP + c2\startGroup + d2\stopGroup } -