]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/analysis-brackets-above-the-staff.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / analysis-brackets-above-the-staff.ly
index 65baecd336c3c4dc28764542a3d4468c4513785b..02a153baf72892b55707de56674247841d2bdac0 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations, really-simple, tweaks-and-overrides"
@@ -26,7 +26,7 @@ staff instead.
   }
 }
 \relative c'' {
-  \once \override HorizontalBracket #'direction = #UP
+  \once \override HorizontalBracket.direction = #UP
   c2\startGroup
   d2\stopGroup
 }