X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fanalysis-brackets-above-the-staff.ly;h=283078d0a4874ebc8673d2069f9668e4bfa2d57d;hb=229a64ff74ab2edf6ea5442f13ac4eecb03ea1e9;hp=59f36b225289482e8d1760a5527a4eafddcd4dec;hpb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;p=lilypond.git diff --git a/input/lsr/analysis-brackets-above-the-staff.ly b/input/lsr/analysis-brackets-above-the-staff.ly index 59f36b2252..283078d0a4 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.62" +\version "2.12.0" \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 } -